CommandBarControl::Visible Property

 

Determines whether this control is visible.

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

[DispIdAttribute(1610874921)]
property bool Visible {
	[DispIdAttribute(1610874921)]
	bool get();
	[DispIdAttribute(1610874921)]
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the control is visible, otherwise false.

Return to top
Show: