TdxBarColorComboControl Properties
A toolbar color combo control.Name | Description |
---|---|
BarManager | Provides access to a bar manager to which the item control belongs. Inherited from TdxBarItemControl. |
Caption protected | Specifies the item control’s caption. Inherited from TdxBarItemControl. |
DropDownWindow protected | Determines the HWND handle of a dropdown window. Inherited from TCustomdxBarComboControl. |
DroppedDown | Specifies whether a dropdown window is active. Inherited from TCustomdxBarComboControl. |
Enabled | Determines whether an item control responds to mouse, keyboard, and timer events. Inherited from TdxBarItemControl. |
Focused | Inherited from TdxBarItemControl. |
Glyph protected | Returns the item control’s glyph. Inherited from TdxBarItemControl. |
Handle | Returns the window handle of an item control. Inherited from TdxBarWinControl. |
Hint protected | Returns the item control’s hint text. Inherited from TdxBarItemControl. |
IsActive | Specifies whether a mouse pointer rests over an item control. Inherited from TdxBarItemControl. |
IsSelected | Returns True if an item control is selected on a toolbar. Inherited from TdxBarItemControl. |
Item | Specifies an item linked to a color combo control. |
ItemBounds | Inherited from TdxBarItemControl. |
ItemIndex protected | Specifies the selected item index in a dropdown list. Inherited from TdxBarComboControl. |
ItemLink | Specifies the TdxBarItemLink object that links an item control to an underlying item. Inherited from TdxBarItemControl. |
Items protected | Determines the strings that appear in a dropdown list. Inherited from TdxBarComboControl. |
LocalItemIndex | Specifies the selected dropdown list item. Inherited from TdxBarComboControl. |
MaxLength protected | Specifies the maximum number of characters a user can enter into an edit control. Inherited from TdxBarEditControl. |
PainterClass | Provides access to the class used to paint the current item control. Inherited from TdxBarItemControl. |
Parent | Specifies the bar control to which a given item control belongs. Inherited from TdxBarItemControl. |
ReadOnly protected | Determines whether a user may change text in an edit control. Inherited from TdxBarEditControl. |
ShortCut protected | Returns the item control’s shortcut. Inherited from TdxBarItemControl. |
ShowCaption protected | Indicates if the edit item control’s caption is shown. Inherited from TdxBarCustomEditControl. |
Sorted protected | Determines whether items in a dropdown list are alphabetically sorted. Inherited from TdxBarComboControl. |
Text | Contains item control text. Inherited from TdxBarWinControl. |
Width protected | Returns the horizontal size of an item control in pixels. Inherited from TdxBarItemControl. |
WindowRect | Specifies the rectangle occupied by an item control. Inherited from TdxBarWinControl. |
See Also