_CommandBarButton.Move(Object, Object) Method

Definition

Moves the specified command bar control to an existing command bar.

public Microsoft.Office.Core.CommandBarControl Move (object Bar, object Before);
abstract member Move : obj * obj -> Microsoft.Office.Core.CommandBarControl
Public Function Move (Optional Bar As Object, Optional Before As Object) As CommandBarControl

Parameters

Bar
Object

A number that indicates the position for the control. The control is inserted before the control currently occupying this position. If this argument is omitted, the control is inserted on the same command bar.

Before
Object

A CommandBar object that represents the destination command bar for the control. If this argument is omitted, the control is moved to the end of the command bar where the control currently resides.

Returns

Implements

Applies to