Skip to main content

TdxOfficeSearchBoxProperties.ShowResultPaths Property

Specifies whether the control’s drop-down menu displays the default path to a UI item.

Declaration

property ShowResultPaths: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

In terms of the Office Search Box control, the default path is the shortest path to an item in the specified search source. The special character delimits all items in the path, including the found item.

Depending on the ShowResultPaths property value, the drop-down menu displays:

Value Description Example
True The default path to an item.
False No path to an item.

The default ShowResultPaths property value is False.

See Also