Represents a pane or collection of panes in the WebExplorerPane.

| Visual Basic (Declaration) | |
|---|---|
Public Class WebExplorerBar Inherits WebNavBar Implements ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, ISNet.WebUI.INamedObject | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WebExplorerBar | |
| C# | |
|---|---|
public class WebExplorerBar : WebNavBar, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, ISNet.WebUI.INamedObject | |
WebExplorerBar can be constructed in either design-time or runtime. It may consist of one or more items called WebExplorerBarItem, which mainly used as navigation links.
By default, the WebExplorerBar will operate in UseItems mode (set the ContentMode property to UseItems). UseItems is the most suitable mode to simulate Desktop style of explorer pane as it is a collection based and support text and image rendering mode. For extensibility or customized content, you may set the ContentMode to UseInlineContent and put any kind of ASP.NET's server controls. Furthermore, you can also use UseIFrame ContentMode for better reusability. The ContentMode property can be found in WebPaneSettings which contains global configurations for WebExplorerBar (Pane). To learn more on WebExplorerBar you can read WebExplorer Concepts.
System.Object
ISNet.WebUI.WebUIBaseClass
ISNet.WebUI.NamedObjectBase
ISNet.WebUI.WebDesktop.WebNavBar
ISNet.WebUI.WebDesktop.WebExplorerBar
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2