Back to Devexpress

TdxThemedObjectType Enum

vcl-dxthememanager-b8855f3a.md

latest1.2 KB
Original Source

TdxThemedObjectType Enum

Declaration

delphi
TdxThemedObjectType = (
    totButton,
    totClock,
    totComboBox,
    totEdit,
    totExplorerBar,
    totHeader,
    totListBox,
    totListView,
    totMenu,
    totPage,
    totProgress,
    totRebar,
    totScrollBar,
    totSpin,
    totStartPanel,
    totStatus,
    totTab,
    totTaskBand,
    totTaskBar,
    totToolBar,
    totToolTip,
    totTrackBar,
    totTrayNotify,
    totTreeView,
    totWindow,
    totNavigation,
    totExplorerListView,
    totTextStyle,
    totItemsViewListView,
    totItemsViewHeader,
    totExplorerTreeView
);

Members

Name
totButton
totClock
totComboBox
totEdit
totExplorerBar
totHeader
totListBox
totListView
totMenu
totPage
totProgress
totRebar
totScrollBar
totSpin
totStartPanel
totStatus
totTab
totTaskBand
totTaskBar
totToolBar
totToolTip
totTrackBar
totTrayNotify
totTreeView
totWindow
totNavigation
totExplorerListView
totTextStyle
totItemsViewListView
totItemsViewHeader
totExplorerTreeView

See Also

dxThemeManager Unit