Vcl.ActnMan.TGalleryProperties

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnMan.TButtonPropertiesVcl.ActnMan.TCommandPropertiesSystem.Classes.TPersistentSystem.TObjectTGalleryProperties

Delphi

TGalleryProperties = class(TButtonProperties)

C++

class PASCALIMPLEMENTATION TGalleryProperties : public TButtonProperties

Properties

Type Visibility Source Unit Parent
class public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan Vcl.ActnMan

Description

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

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.

See Also