CommandBarControl::Control Property
Visual Studio 2015
Gets the control itself.
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
[DispIdAttribute(1610874885)]
property Object^ Control {
[DispIdAttribute(1610874885)]
[TypeLibFuncAttribute(64)]
Object^ get();
}
Controls do not contain other controls, so this property always returns the control itself.
Show: