The Toolbar type exposes the following members.

Constructors

  NameDescription
Public methodToolbar
Initializes a new instance of the Toolbar class.

Methods

  NameDescription
Public methodAdd
Adds a toolbar item to the end of the Toolbar.
Public methodContains
Determines whether a toolbar item is in the Toolbar.
Public methodIndexOf
Returns the zero-based index of the first occurrence of a toolbar item in the Toolbar.
Public methodInsert
Inserts a toolbar item into the Toolbar at the specified index.
Public methodRemove
Removes the first occurrence of a specific toolbar item from the Toolbar.

Properties

  NameDescription
Public propertyEnabled
Gets or sets a value that indicates whether the toolbar is enabled.
Public propertyID
Gets or sets the ID of the toolbar.
Public propertyItem[([( Int32])])
Gets or sets the toolbar item at the specified index.
Public propertyItem[([( String])])
Gets or sets the toolbar item with the specified ID.
Public propertyNewLine
Gets or sets a value that indicates whether the toolbar is located at the beginning of a new line.
Public propertyVisible
Gets or sets a value that indicates whether the toolbar is visible.

See Also