ITreeSearchNodeEventArgs.Show

Syntax

Show: Boolean;

Description

The Show property determines whether the found element is shown.

Comments

The property is set to True by default, in this case the element is focused (on searching) or is put to the final list (on filtering). If the property is set to False, the element is skipped (on searching) or hidden from the final list (on filtering).

Example

The example of use is given in description of the OnFilter event.

See also:

ITreeSearchNodeEventArgs