IToolbar Interface |
Namespace: NetQuarry.WebControls
The IToolbar type exposes the following members.
Name | Description | |
---|---|---|
Caption |
The toolbar localized caption string.
| |
CaptionStyle |
Options controlling the overall look of the toolbar.
| |
CaptionVisible |
Gets/Sets the visibility of the caption
| |
CaptionWidth |
Specifies how much space in the toolbar is reserved for the Caption.
| |
Divider |
Specifies whether or not a divider is desired between Toolbar Caption and buttons.
| |
ID |
The Toolbar ID.
| |
InnerControl |
The inner control for the toolbar. Not really very useful.
| |
LargeIcons |
Specifies whether the toolbar should use the items' large icons instead
of the small icons.
| |
PageDescription |
The page description
| |
PageInfo |
Gets/Sets the PageInfo object.
| |
ToolbarAttributes |
Gets/Sets the display attributes from the page
| |
Visible |
Specifies the visibility of the toolbar.
|
Name | Description | |
---|---|---|
AddButton |
Adds a button item to the toolbar.
| |
AddItem(String, WebControl, String, String) |
Add a toolbar item to the toolbar.
| |
AddItem(String, WebControl, String, String, ToolbarItemAttrs) |
Add a toolbar item to the toolbar.
| |
AddItem(String, WebControl, String, String, ToolbarItemAttrs, String) |
Add a toolbar item to the toolbar.
| |
AddLink |
Adds a link item to the toolbar.
| |
AddMenu |
Adds a submenu to the toolbar.
| |
CreateAndAddButton(String, String, String, String, String, String) |
Creates a new button item and adds it to the Toolbar.
| |
CreateAndAddButton(String, String, String, String, String, String, ToolbarItemAttrs) |
Creates a new button item and adds it to the Toolbar.
| |
CreateAndAddButton(String, String, String, String, String, String, ToolbarItemAttrs, String) |
Creates a new button item and adds it to the Toolbar.
| |
CreateAndAddItem |
Creates a new toolbar item and adds it to the menu.
| |
HideDisabledItems |
Commands the toolbar to hide disabled items. Note that some items
will ignore this command depending on those items' ToolbarItemAttrs.
|