CommandBarButtonClass.Move Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Overridable Function Move ( _
Bar As Object, _
Before As Object _
) As CommandBarControl
'Usage
Dim instance As CommandBarButtonClass
Dim Bar As Object
Dim Before As Object
Dim returnValue As CommandBarControl
returnValue = instance.Move(Bar, Before)
public virtual CommandBarControl Move(
Object Bar,
Object Before
)
Parameters
- Bar
Type: System.Object
- Before
Type: System.Object
Return Value
Type: Microsoft.Office.Core.CommandBarControl
Implements
_CommandBarButton.Move(Object, Object)