Class ToolBarSet
Implements multiple ToolBar controls.
[ControlCategory("MenusAndToolbars")]
public class ToolBarSet : Control, IBaseObject, IDisposableObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, IControl, IDisposable, IWin32Window, INotifyDataErrorInfo
- Inheritance
-
ToolBarSet
- Implements
- Derived
Remarks
Example of how a ToolBarSet can look:
Constructors
- ToolBarSet()
Initializes a new instance of the ToolBarSet class.
Fields
- DefaultToolBarDistance
Gets or sets default distance (in dips) between toolbars.
Properties
- this[int]
Gets toolbar at the specified index.
- ToolBarCount
Gets or sets the number of toolbars.
- ToolBarDistance
Gets or sets distance (in dips) between toolbars.
Methods
- CreateToolBar()
Creates toolbar.
- GetToolBar(int)
Gets toolbar with the specified index.