Class | Description | |
---|---|---|
Band | Represents a band in a PanelBar object. The band is actually a panel, which can be collapsed or expanded. When the band is collapsed only its caption is visible. | |
BandCollection | Represents a collection of Band objects. | |
ComboBox | This class represents standard Windows.Forms.ComboBox control with custom painting and support for Command object. | |
Command | Represents a command in an application. Commands can be executed through menus, toolbar buttons and programmatically. | |
CommandBar | This class represents the top-level manager for ToolBar objects. | |
CommandManager | ||
DataGridComboBoxColumnStyle | Combo box column style | |
DataGridControlColumnStyleBase | Base class for all columns styles which require editing control | |
DataGridDateTimeColumnStyle | Column style, which can be used for the visual editing of date time values represented by Ole Automation dates (double values) | |
DataGridTextControlColumnStyleBase | Base control for column styles, which need a control for visual editing of values which can be represented as simple text | |
MeasurementNumericUpDown | This class overrides the default implementation of the NumericUpDown class in order to add the current measurement units to the formatted text. | |
NumericUpDown | Represents a class that provides custom painting of the standard NumericUpDown control. | |
OwnerDrawMenuItem | Represents a class that inherits from the System.Windows.Forms.MenuItem class and provides custom drawing, which is dependent on the current OS appearance settings. | |
PanelBar | Represents a panel bar, which contains one or more Band objects. | |
Shortcut | Represents a keyboard shortcut combination, which can be assigned to a Command object. | |
StatusBar | Represents a standard Windows.Forms.StatusBar with custom look and predefined panels. | |
TabControl | This member is reserved for internal use and is not intended to be used directly from your code. | |
TabPage | This member is reserved for internal use and is not intended to be used directly from your code. | |
TabPageCollection | ||
TextPreview | This member is reserved for internal use and is not intended to be used directly from your code. | |
ToolBar | Represents a toolbar-like control with flat appearance and support for custom drop-down controls. It provides all the functionality of the standard Windows.Forms.ToolBar as well as moving and changing location. This toolbar also provides some extended features as dropping custom PopupWindow objects instead of the standard ContextMenus. | |
ToolBarButton | Represents a button on a ToolBar object. May have one of the five predefined styles. See ToolBarButtonStyle for more information. | |
ToolBarButtonCollection | Represents a collection of ToolBarButton objects. |