TcxCustomShellComboBox.ActiveProperties Property
In This Article
Returns the Shell Combo Box editor settings that are currently in effect.
#Declaration
Delphi
property ActiveProperties: TcxCustomShellComboBoxProperties read;
#Property Value
Type | Description |
---|---|
Tcx |
Stores shell combo box settings. |
#Remarks
To customize the Shell Combo Box editor’s settings, use the Properties property set instead.
See Also