TCoolBandMaximize specifies the conditions under which a TCoolBand is maximized.
TCoolBandMaximize = ( bmNone, bmClick, bmDblClick );
enum TCoolBandMaximize { bmNone, bmClick, bmDblClick };
ComCtrls
TCoolBandMaximize specifies the conditions under which a TCoolBand becomes maximized:
Value |
Meaning |
bmNone |
The cool band is never maximized. |
bmClick |
The cool band is maximized when the user clicks with the left mouse button. |
bmDblClick |
The cool band is maximized when the user double-clicks with the left mouse button. |
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|