Intersoft WebDesktop Documentation
WebNavBarItem Class
Members  See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace : WebNavBarItem Class


Glossary Item Box

Items in WebNavBar which mainly used as navigation links. The WebNavBarItem can be easily manipulated and accessed through Items collection provided by each WebNavBar object.

Object Model

WebNavBarItem Class

Syntax

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  

Remarks

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.

Inheritance Hierarchy

System.Object
   ISNet.WebUI.WebUIBaseClass
      ISNet.WebUI.NamedObjectBase
         ISNet.WebUI.WebDesktop.WebNavBarItem
            ISNet.WebUI.WebDesktop.WebExplorerBarItem

Requirements

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

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.