RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.TCoolBandMaximize Enumeration

TCoolBandMaximize specifies the conditions under which a TCoolBand is maximized.

Pascal
TCoolBandMaximize = (
  bmNone,
  bmClick,
  bmDblClick
);
C++
enum TCoolBandMaximize {
  bmNone,
  bmClick,
  bmDblClick
};

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!