Vcl.ActnMan.TButtonProperties

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnMan.TCommandPropertiesSystem.Classes.TPersistentSystem.TObjectTButtonProperties

Delphi

TButtonProperties = class(TCommandProperties)

C++

class PASCALIMPLEMENTATION TButtonProperties : public TCommandProperties

Properties

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

Description

TButtonProperties contains properties applicable to action client items that have the CommandStyle property set to csButton.

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

See Also