Moves a menu item with a check mark to a specified position.
public void MoveMenuCheckItem( T id, int to )
Public Sub MoveMenuCheckItem( ByVal id As T, ByVal to As Integer )
Changes the order of menu items so that the specified menu item is placed into the specified position. The position is a zero-based index. Only command menu items with check marks (DevExpress.Utils.Menu.CommandMenuCheckItem<T> objects) are affected.