IVSMDPropertyGrid.CommandsVisible Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the current visible state of the commands window.
public:
property bool CommandsVisible { bool get(); };
public:
property bool CommandsVisible { bool get(); };
[System.Runtime.InteropServices.DispId(1610678272)]
public bool CommandsVisible { get; }
public bool CommandsVisible { get; }
[<System.Runtime.InteropServices.DispId(1610678272)>]
member this.CommandsVisible : bool
member this.CommandsVisible : bool
Public ReadOnly Property CommandsVisible As Boolean
Property Value
true
if the command window is visible, otherwise false
.
- Attributes