IDimensionViewerBase.FocusedElement

Fore Syntax

FocusedElement: Integer;

Fore.NET Syntax

FocusedElement: uinteger;

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 of the IDimensionViewerBase.Expand method.

Fore and Fore.NET Examples

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

See also:

IDimensionViewerBase