|
RAD Studio VCL Reference
|
TThemedElement describes the possible themed user interface elements.
TThemedElement = ( teButton, teClock, teComboBox, teEdit, teExplorerBar, teHeader, teListView, teMenu, tePage, teProgress, teRebar, teScrollBar, teSpin, teStartPanel, teStatus, teTab, teTaskBand, teTaskBar, teToolBar, teToolTip, teTrackBar, teTrayNotify, teTreeview, teWindow );
enum TThemedElement { teButton, teClock, teComboBox, teEdit, teExplorerBar, teHeader, teListView, teMenu, tePage, teProgress, teRebar, teScrollBar, teSpin, teStartPanel, teStatus, teTab, teTaskBand, teTaskBar, teToolBar, teToolTip, teTrackBar, teTrayNotify, teTreeview, teWindow };
TThemedElement describes the possible themed user interface elements. The following table lists the possible values of TThemedElement and their meaning.
|
Value |
Description |
|
teButton |
Represents a button. |
|
teClock |
Represents a clock. |
|
teComboBox |
Represents a combo box. |
|
teEdit |
Represents an edit box. |
|
teExplorerBar |
Represents an explorer bar. |
|
teHeader |
Represents a list header. |
|
teListView |
Represents a list view. |
|
teMenu |
Represents a menu. |
|
tePage |
Represents a tab or a property page. |
|
teProgress |
Represents a progress bar. |
|
teRebar |
Represents a rebar. |
|
teScrollBar |
Represents a scroll bar. |
|
teSpin |
Represents a spin button. |
|
teStartPanel |
Represents a start panel. |
|
teStatus |
Represents a status bar. |
|
teTab |
Represents a tab in a tab control. |
|
teTaskBand |
Represents a task band. |
|
teTaskBar |
Represents a task bar. |
|
teToolBar |
Represents a tool bar. |
|
teToolTip |
Represents a tool tip. |
|
teTrackBar |
Represents a track bar. |
|
teTrayNotify |
Represents a tray notify area. |
|
teTreeview |
Represents a tree view. |
|
teWindow |
Represents a window. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|