Condividi tramite


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

'Dichiarazione
ReadOnly Property CommandsVisible As Boolean
    Get
'Utilizzo
Dim instance As IVSMDPropertyGrid
Dim value As Boolean

value = instance.CommandsVisible
bool CommandsVisible { get; }
property bool CommandsVisible {
    bool get ();
}
abstract CommandsVisible : bool
function get CommandsVisible () : boolean

Property Value

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

.NET Framework Security

See Also

Reference

IVSMDPropertyGrid Interface

IVSMDPropertyGrid Members

Microsoft.VisualStudio.Designer.Interfaces Namespace