ComponentOne Menus and Toolbars for WinForms
MoveTo Method

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1CommandLinks Class : MoveTo Method
Moves an element to the specified index.
Syntax
'Declaration
 
Public Sub MoveTo( _
   ByVal cl As C1CommandLink, _
   ByVal newindex As System.Integer _
) 
public void MoveTo( 
   C1CommandLink cl,
   System.int newindex
)

Parameters

cl
newindex
See Also

Reference

C1CommandLinks Class
C1CommandLinks Members