IDimensionViewerBase.MakeVisible

Fore Syntax

MakeVisible(Node: Integer; [SetFocus: Boolean = False ]);

Fore.NET Syntax

MakeVisible(Node: uinteger; SetFocus: boolean);

Parameters

Node. Node that must be visible.

SetFocus. Indicates whether to focus element.

Description

The MakeVisible method scrolls the elements tree in such a way, that the specified element fits into the visible area of a component.

Comments

Available values of the SetFocus parameter:

See also:

IDimensionViewerBase