_CommandBarButton.Copy Method (Object, Object)

Copies this control to the specified position on the specified command bar.

Namespace:  Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

Syntax

'Declaração
Function Copy ( _
    Bar As Object, _
    Before As Object _
) As CommandBarControl
CommandBarControl Copy(
    Object Bar,
    Object Before
)

Parameters

  • Before
    Type: System.Object
    The position on the command bar to which to copy it.

Return Value

Type: Microsoft.VisualStudio.CommandBars.CommandBarControl
The copy of the control.

Remarks

The collection of controls on the command bar is 1-based.

.NET Framework Security

See Also

Reference

_CommandBarButton Interface

Copy Overload

Microsoft.VisualStudio.CommandBars Namespace