ITreeControl.EnableFindDialog

Syntax

EnableFindDialog: Boolean;

Description

The EnableFindDialog property determines whether the pressing CTRL+F or F3 hot keys should call standard dialog of the elements search.

Comments

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

See also:

ITreeControl