IDimensionViewer.MakeVisible

Syntax

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

Parameters

Node - input parameter that determines the number of the element, which must be made visible.

SetFocus - input parameter determining the Node element focus. If the parameter is set to True, the element becomes focused; if the property is set to False, the element is not focused.

Description

The MakeVisible method scrolls the elements tree in such a way, so that the Node element is located in the component's visible area.

See also:

IDimensionViewer