The Toolbar type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Toolbar |
Initializes a new instance of the Toolbar class.
|
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds a toolbar item to the end of the Toolbar.
| |
| Contains |
Determines whether a toolbar item is in the Toolbar.
| |
| IndexOf |
Returns the zero-based index of the first occurrence of a toolbar item in the Toolbar.
| |
| Insert |
Inserts a toolbar item into the Toolbar at the specified index.
| |
| Remove |
Removes the first occurrence of a specific toolbar item from the Toolbar.
|
Properties
| Name | Description | |
|---|---|---|
| Enabled |
Gets or sets a value that indicates whether the toolbar is enabled.
| |
| ID |
Gets or sets the ID of the toolbar.
| |
| Item[([( Int32])]) |
Gets or sets the toolbar item at the specified index.
| |
| Item[([( String])]) |
Gets or sets the toolbar item with the specified ID.
| |
| NewLine |
Gets or sets a value that indicates
whether the toolbar is located at the beginning of a new line.
| |
| Visible |
Gets or sets a value that indicates whether the toolbar is visible.
|