RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomButtonControl Class

TCustomButtonControl is the base class for ActionBand button controls.

Pascal
TCustomButtonControl = class(TCustomActionControl);
C++
class TCustomButtonControl : public TCustomActionControl;

ActnCtrls

TCustomButtonControl is a base class for several ActionBand components. Most notably, the standard menu button (TStandardMenuButton) derives from this class. 

Do not create instances of TCustomButtonControl. If you would like to replace the standard menu button behaviors, use the class TCustomMenuButton as a parent class for your replacement class. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!