RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionControl Class

TCustomActionControl is the base class for ActionBand custom controls.

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

TCustomActionControl is a base class for several ActionBand components. Most notably, the standard menu item (TStandardMenuItem) and menu button (TStandardMenuButton) derive from this class. 

Do not create instances of TCustomActionControl. If you would like to replace the standard menu item and/or menu button behaviors, use the classes TCustomMenuItem and/or TCustomMenuButton as parent classes for your replacement classes. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!