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

TComboBoxProperties contains properties applicable to action client items that have the CommandStyle property set to csComboBox.

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

See Also