API:Vcl.ActnMan.TControlProperties
Delphi
TControlProperties = class(TCheckBoxProperties)
C++
class PASCALIMPLEMENTATION TControlProperties : public TCheckBoxProperties
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | Vcl.ActnMan.pas Vcl.ActnMan.hpp |
Vcl.ActnMan | Vcl.ActnMan |
Description
TCheckBoxProperties contains properties applicable to action client items that have the CommandStyle property set to csCheckBox.
Vcl.ActnMan.TControlProperties inherits from Vcl.ActnMan.TCheckBoxProperties. All content below this line refers to Vcl.ActnMan.TCheckBoxProperties.
TCheckBoxProperties contains properties applicable to action client items that have the CommandStyle property set to csCheckBox.
TCheckBoxProperties is used by the TActionClientItem objects that have the CommandStyle property set to csCheckBox. Do not create instances of TCheckBoxProperties directly. TCheckBoxProperties is automatically created by TActionClientItem when its CommandStyle property is modified.