TOOLBARSEPARATOR Element | ToolbarSeparator Class
Adds a ToolbarSeparator element to a ASP.NET Web Form.
Syntax
ASP <tagPrefix:TOOLBARSEPARATOR ... >
Possible Values
tagPrefix Required. The element prefix associated with the WebControls namespace (Microsoft.Web.UI.WebControls). A TagPrefix is defined using the directive.
Members Table
The following table lists the members exposed by the ToolbarSeparator object.
Attribute Property Description AccessKey Sets or retrieves the keyboard shortcut key (AccessKey) for setting focus to the item. DEFAULTSTYLE DefaultStyle Sets or retrieves a value that indicates the default style for the element. Enabled Sets or retrieves a value indicating whether the item is enabled. ID ID Sets or retrieves a value that indicates the string that identifies the object. Index Retrieves the index of the toolbar item within the parent. Parent Retrieves the parent object of a node. ParentToolbar The Toolbar control that contains this item. TabIndex Sets or retrieves the tab index of the item. ToolTip Sets or retrieves the ToolTip for the item to be displayed when the cursor is over the control.
Method Description ToString Retrieves a System.String that indicates the current object.
Class Information
Namespace Microsoft.Web.UI.WebControls
Applies To
TOOLBAR
See Also