[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Represents theme elements used to theme tree view controls.
Source position: themes.pas line 353
type TThemedTreeview = ( |
||
ttTreeviewDontCare, |
|
|
ttTreeviewRoot, |
|
|
ttItemNormal, |
|
|
ttItemHot, |
|
|
ttItemSelected, |
|
|
ttItemDisabled, |
|
|
ttItemSelectedNotFocus, |
|
|
ttGlyphClosed, |
|
|
ttGlyphOpened, |
|
|
ttBranch, |
|
|
ttHotGlyphClosed, |
||
ttHotGlyphOpened |
||
); |
Version 4.0 | Generated 2025-05-03 | Home |