
| Visual Basic (Declaration) | |
|---|---|
Public Class WebNavBarItem Inherits ISNet.WebUI.NamedObjectBase Implements ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, ISNet.WebUI.INamedObject | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WebNavBarItem | |
| C# | |
|---|---|
public class WebNavBarItem : ISNet.WebUI.NamedObjectBase, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, ISNet.WebUI.INamedObject | |
The WebNavBar's Items will be used and rendered when the WebNavBar's ContentMode is set to UseItems by default. For extensibility or customized content, you may set the ContentMode to UseInlineContent and put any kind of ASP.NET's server controls. You can also use IFrame ContentMode for better reusability. The ContentMode property can be found in BarSettings object which contains global configurations for Bar.
The WebNavBarItem object provides TargetURL and TargetWindow features for effective navigation purpose.
System.Object
ISNet.WebUI.WebUIBaseClass
ISNet.WebUI.NamedObjectBase
ISNet.WebUI.WebDesktop.WebNavBarItem
ISNet.WebUI.WebDesktop.WebExplorerBarItem
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