RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMenuProperties Class

TMenuProperties contains properties applicable to action client items that have the CommandStyle property set to csMenu.

Pascal
TMenuProperties = class(TControlProperties);
C++
class TMenuProperties : public TControlProperties;

TMenuProperties is used by the TActionClientItem objects that have the CommandStyle property set to csMenu. Do not create instances of TButtonProperties directly. TButtonProperties is automatically created by the TActionClientItem when its CommandStyle property is modified. 

 

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