Share via


_CommandBarActiveX.Copy Method (Object, Object)

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Function Copy ( _
    Bar As Object, _
    Before As Object _
) As CommandBarControl
'Usage
Dim instance As _CommandBarActiveX
Dim Bar As Object
Dim Before As Object
Dim returnValue As CommandBarControl

returnValue = instance.Copy(Bar, Before)
CommandBarControl Copy(
    Object Bar,
    Object Before
)

Parameters

Return Value

Type: Microsoft.Office.Core.CommandBarControl

Implements

CommandBarControl.Copy(Object, Object)

See Also

Reference

_CommandBarActiveX Interface

_CommandBarActiveX Members

Copy Overload

Microsoft.Office.Core Namespace