_CommandBarButton::BuiltIn Property

 

Determines whether this control is a custom control or a built-in control.

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

[DispIdAttribute(1610874882)]
property bool BuiltIn {
	[DispIdAttribute(1610874882)]
	bool get();
}

Property Value

Type: System::Boolean

false if this control is a custom control, otherwise true.

Return to top
Show: