This document is archived and information here might be outdated. Recommended version. |
Moves a line decoration element to the given index.
[Visual Basic .NET] Public Sub MoveElement ( _ ByVal Element As ILineDecorationElement, _ ByVal toIndex As Integer _ )
[C#] public void MoveElement ( ILineDecorationElement Element, int toIndex );
[C++]
HRESULT MoveElement(
ILineDecorationElement* Element,
long toIndex
);
[C++] Parameters Element [in]
Element is a parameter of type ILineDecorationElement* toIndex [in]
toIndex is a parameter of type long