CommandBarComboBoxClass::Copy Method (Object^, Object^)
Visual Studio 2015
Copies this control to the specified position on the specified command bar.
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
public: [DispIdAttribute(1610874886)] virtual CommandBarControl^ Copy( Object^ Bar, Object^ Before )
Parameters
- Bar
-
Type:
System::Object^
The CommandBar to which to copy the control.
- Before
-
Type:
System::Object^
The position on the command bar to which to copy it.
The collection of controls on the command bar is 1-based.
Show: