IPrxToolbarElements.MoveTo

Syntax

MoveTo(OldIndex: Integer; NewIndex: Integer; NewElements: IPrxToolbarElements);

Parameters

OldIndex. Index of the position, from which toolbar element is moved.

NewIndex. Index of the position, to which toolbar element is moved.

NewElements. The collection of elements of toolbar or custom group, to which element is moved.

Description

The MoveTo method moves toolbar element to the specified collection of elements.

Example

The property use is given in the example for IPrxToolbarElements.Add.

See also:

IPrxToolbarElements