TOOLBARSEPARATOR Element | ToolbarSeparator Class

This class represents a ToolbarSeparator within a Toolbar.

Syntax

Visual Basic  Public  Class ToolbarSeparator Inherits ToolbarItem
C# public   class ToolbarSeparator : ToolbarItem
Managed C++ public:  __gc class ToolbarSeparator :  public ToolbarItem
JScript public   class ToolbarSeparator extends ToolbarItem

Inheritance Hierarchy

Object::BaseChildNode::ToolbarItem

Members Table

The following table lists the members exposed by the ToolbarSeparator object.

Property Description
UpLevelTag The uplevel tag name for the object item.
Method Description
DesignerContent Renders the item's content for the Microsoft Visual Studio .NET Editor.
DownLevelContent Renders the item's contents for downlevel browsers.

Class Information

Namespace Microsoft.Web.UI.WebControls
Assembly Microsoft.Web.UI.WebControls.dll

Applies To

TOOLBAR

See Also

Internet Explorer WebControls, About the Toolbar WebControl