ControlBarView.getControl

Syntax

getControl (pos);

Parameters

pos. Control position.

Description

The getControl method returns control by its position.

Comments

Controls are implemented by heirs of the ControlView class.

Example

The example of use is given in description of the ControlBarView.PropertyChanged event.

See also:

ControlBarView