RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGalleryProperties Class

TGalleryProperties contains properties applicable to the action client items that have the CommandStyle property set to csGallery.

Pascal
TGalleryProperties = class(TButtonProperties);
C++
class TGalleryProperties : public TButtonProperties;

TGalleryProperties is used by the TActionClientItem objects that have the CommandStyle property set to csGallery. Do not create instances of TButtonProperties directly. TButtonProperties is created automatically 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!