IRibbonComboBox.SearchMode

Syntax

SearchMode: Boolean;

Description

The SearchMode property determines whether the element works in the mode with displaying the auxiliary text.

Comments

The property can be used if the DropDown style is set for the component.

If the property is set to True, the SearchPrompt auxiliary text is displayed when there is no text in the component editor. This text will be highlighted with gray, it can be used to inform the user that an element must be selected or a value must be typed in:

Example

The example of use is given in description of the AutoComplete property.

See also:

IRibbonComboBox