[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TCustomDrawStateFlag - series of flags to define the DrawState
Source position: comctrls.pp line 633
type TCustomDrawStateFlag = ( |
||
cdsSelected, |
|
|
cdsGrayed, |
|
|
cdsDisabled, |
|
|
cdsChecked, |
|
|
cdsFocused, |
|
|
cdsDefault, |
|
|
cdsHot, |
|
|
cdsMarked, |
|
|
cdsIndeterminate |
|
|
); |
TCustomDrawStateFlag consists of the following constants:
lazarus-ccr.sourceforge.net |