IVSMDPropertyGrid::CommandsVisible Property

 

Gets the current visible state of the commands window.

Namespace:   Microsoft.VisualStudio.Designer.Interfaces
Assembly:  Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)

[DispIdAttribute(1610678272)]
property bool CommandsVisible {
	bool get();
}

Property Value

Type: System::Boolean

true if the command window is visible, otherwise false.

Return to top
Show: