[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TCustomDrawStateFlag

TCustomDrawStateFlag - series of flags to define the DrawState

Declaration

Source position: comctrls.pp line 633

type TCustomDrawStateFlag = (

  cdsSelected,

  

  cdsGrayed,

  

  cdsDisabled,

  

  cdsChecked,

  

  cdsFocused,

  

  cdsDefault,

  

  cdsHot,

  

  cdsMarked,

  

  cdsIndeterminate

  

);

Description

TCustomDrawStateFlag consists of the following constants:

The latest version of this document can be found at lazarus-ccr.sourceforge.net.