Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / RibbonGroupSizeDefinitionCollection Class / MoveItem Method

In This Topic
    MoveItem Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub MoveItem( _
       ByVal oldIndex As Integer, _
       ByVal newIndex As Integer _
    ) 
    protected override void MoveItem( 
       int oldIndex,
       int newIndex
    )

    Parameters

    oldIndex
    newIndex
    See Also