IDimensionViewerBase.FocusedElement

Syntax

FocusedElement: Integer;

Description

The FocusedElement property determines index of the focused element.

Comments

In order the element becomes focused, it is required that required element is located in the expanded hierarchy. To do this, use the IDimensionViewerBase.AutoExpandDepth property or the IDimensionViewerBase.Expand method.

Example

The property use is given in the example for IDimensionViewerBase.AutoExpandDepth.

See also:

IDimensionViewerBase