Classes

  Class Description
Public class C1Toolbar
C1Toolbar control represents a toolbar that contains the controls consolidated in the toolbar groups. Usually C1Toolbar consists from one or more C1ToolbarGroups.
Public class C1ToolbarBase
Base class for toolbar.
Public class C1ToolbarButton
C1ToolbarButton control represents a button on the C1ToobarStrip.
Public class C1ToolbarCommand
Represents toolbar command.
Public class C1ToolbarCommandConverter
Converter for command.
Public class C1ToolbarDropDown
C1ToolbarDropDown control represents a drop-down button on the C1ToobarStrip. When clicking it displays popup panel with Content property or context menu set by Menu property.
Public class C1ToolbarGroup
C1ToolbarGroup control represents toolbar group that contains one or more toolbar strips.
Public class C1ToolbarGroupCollection
Represents collection of toolbar groups.
Public class C1ToolbarGroupPanel
C1ToolbarGroupPanel class represents a panel that is used for element layout in C1ToolbarGroup.
Public class C1ToolbarGroupSizeDefinition
Represents the definition of control sizes in toolbar group.
Public class C1ToolbarPanel
C1ToolbarPanel class represents a panel that is used for element layout in C1Toolbar.
Public class C1ToolbarSplitButton
C1ToolbarSplitButton control represents a drop-down split button on the C1ToobarStrip.
Public class C1ToolbarStrip
C1ToolbarStrip control represents a strip that contains one or more controls. C1ToolbarStrip can be used alone or as content of toolbar group.
Public class C1ToolbarStripItem
C1ToolbarStripItem represents wrapper for the items on the C1ToolbarStrip. Each item added on the toolbar strip is put into the separate C1ToolbarStripItem.
Public class C1ToolbarTabControl
Represents toolbar tab control.
Public class C1ToolbarTabItem
Represents toolbar tab item.
Public class C1ToolbarToggleButton
C1ToolbarButton control represents a toggle button on the C1ToobarStrip.

Enumerations

  Enumeration Description
Public enumeration C1ToolbarControlSize
Represents available sizes of control in toolbar.
Public enumeration ToolbarOverflow
ToolbarOverflow enumeration contains available values for overflow handling in toolbar elements.