IRibbonEdit.SearchMode

Syntax

SearchMode: Boolean;

Description

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

Comments

If the property is set to True, when the value of the TextValue property is empty, the auxiliary text SearchPrompt is displayed in the control. This text will be highlighted with gray, it can be used to inform the user that a value must be typed in:

Example

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

See also:

IRibbonEdit