CommandBarButtonClass::Visible Property

 

Determines whether this control is visible.

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

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

Property Value

Type: System::Boolean

true if the control is visible, otherwise false.

Return to top
Show: