Skip to main content

TcxShellComboBoxProperties Class

Contains settings specific to shell combo box editors.

Declaration

TcxShellComboBoxProperties = class(
    TcxCustomShellComboBoxProperties
)

Remarks

This class represents the set of attributes specific to shell combo box editors. These settings can be accessed via the Properties member of an editor. To control any changes made to the combo box editor’s DisplayFormat, EditFormat, MaxLength, MaxValue, MinValue and ReadOnly properties and reverse their values back to the default ones, use the AssignedValues property.

The properties of a shell combo box editor specify: starting folder options, the possibility of implementing incremental search, the manner in which the path to the current shell item is stored, the display options and shell combo box dropdown options.

See Also