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