ITreeControl.EnableFindDialog

Syntax

EnableFindDialog: Boolean;

Description

The EnableFindDialog property determines whether pressing CTRL+F or F3 hot keys opens a standard dialog box of elements search.

Comments

The property is set to True by default, the dialog box opens. This property is relevant if the combination of CTRL+F and F3 keys must be reassigned for executing any other actions.

See also:

ITreeControl