API:Vcl.ActnMan.TComboBoxProperties

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnMan.TControlPropertiesVcl.ActnMan.TCheckBoxPropertiesVcl.ActnMan.TCommandPropertiesSystem.Classes.TPersistentSystem.TObjectTComboBoxProperties

Delphi

TComboBoxProperties = class(TControlProperties)

C++

class PASCALIMPLEMENTATION TComboBoxProperties : public TControlProperties

Properties

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

Description

TControlProperties contains properties applicable to action client items that have the CommandStyle property set to csControl.

Vcl.ActnMan.TComboBoxProperties inherits from Vcl.ActnMan.TControlProperties. All content below this line refers to Vcl.ActnMan.TControlProperties.

TControlProperties contains properties applicable to action client items that have the CommandStyle property set to csControl.

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

See Also