RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComboBoxProperties Class

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

Pascal
TComboBoxProperties = class(TControlProperties);
C++
class TComboBoxProperties : public TControlProperties;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!