Table of Contents

Class ToolBarSet

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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:

ToolBarSet

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.

ItemSize

Gets or sets ItemSize for the child toolbars.

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.