Vcl.Themes.TThemedElement

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TThemedElement = (
teButton,          // +
teClock,           //
teComboBox,        // +
teDatePicker,      // new
teEdit,            // +
teExplorerBar,     //
teFlyOut,          // new
teHeader,          // +
teLink,            // new
teListView,        // +
teMenu,            // +
teMenuBand,        // new
teMonthCal,        // new
teNavigation,      // new
tePage,            //
teProgress,        // +
teRebar,           // +
teScrollBar,       // +
teSpin,            //
teStartPanel,      // +
teStatus,          //
teTab,             // +
teTaskBand,        //
teTaskBar,         // +
teTaskDialog,      // new
teTextStyle,       // new
teToolBar,         // +
teToolTip,         // +
teTrackBar,        //
teTrayNotify,      //
teTreeview,        // +
teWindow,          // +
teCategoryButtons,
teCategoryPanelGroup,
teCheckListBox,
teControlBar,
teDataNavButtons,
teGrid,
teHint,
tePanel,
teTabSet,
teTextLabel,
teMPlayerButtons,
teToggleSwitch,
teSearchIndicators
);

C++

enum DECLSPEC_DENUM TThemedElement : unsigned char { teButton, teClock, teComboBox, teDatePicker, teEdit, teExplorerBar, teFlyOut, teHeader, teLink, teListView, teMenu, teMenuBand, teMonthCal, teNavigation, tePage, teProgress, teRebar, teScrollBar, teSpin, teStartPanel, teStatus, teTab, teTaskBand, teTaskBar, teTaskDialog, teTextStyle, teToolBar, teToolTip, teTrackBar, teTrayNotify, teTreeview, teWindow, teCategoryButtons, teCategoryPanelGroup, teCheckListBox, teControlBar, teDataNavButtons, teGrid, teHint, tePanel, teTabSet, teTextLabel, teMPlayerButtons, teToggleSwitch, teSearchIndicators };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes Vcl.Themes

Description

TThemedElement describes the possible themed user interface elements.

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.



See Also