[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TToolButtonFlag - a series of flags that can be set by pressing the mouse on the control
Source position: comctrls.pp line 1503
type TToolButtonFlag = ( |
||
tbfPressed, |
|
|
tbfArrowPressed |
||
); |
tbfPressed, // set while mouse is pressed on button
tbfArrowPressed // set while mouse is pressed on arrow button
lazarus-ccr.sourceforge.net |