CommandBarComboBoxClass::Move Method (Object^, Object^)
Visual Studio 2015
Moves this control to the specified command bar at the specified position.
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
public: [DispIdAttribute(1610874902)] virtual CommandBarControl^ Move( 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: