Share via


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)

Syntax

'Declaration
ReadOnly Property CommandsVisible As Boolean
bool CommandsVisible { get; }
property bool CommandsVisible {
    bool get ();
}
abstract CommandsVisible : bool with get
function get CommandsVisible () : boolean

Property Value

Type: Boolean
true if the command window is visible, otherwise false.

.NET Framework Security

See Also

Reference

IVSMDPropertyGrid Interface

Microsoft.VisualStudio.Designer.Interfaces Namespace