[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TCustomDrawState - set of TCustomDrawStateFlag
Source position: comctrls.pp line 644
type TCustomDrawState = set of ( |
||
cdsSelected, |
|
|
cdsGrayed, |
|
|
cdsDisabled, |
|
|
cdsChecked, |
|
|
cdsFocused, |
|
|
cdsDefault, |
|
|
cdsHot, |
|
|
cdsMarked, |
|
|
cdsIndeterminate |
|
|
); |
TCustomDrawState determines how a item will be drawn.
lazarus-ccr.sourceforge.net |