_CommandBarButton::Control Property

 

Gets the control itself.

Namespace:   Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

[DispIdAttribute(1610874885)]
property Object^ Control {
	[TypeLibFuncAttribute(64)]
	[DispIdAttribute(1610874885)]
	Object^ get();
}

Property Value

Type: System::Object^

The control.

Controls do not contain other controls, so this property always returns the control itself.

Return to top
Show: