PropertyGrid.CanShowCommands 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 a value indicating whether the commands pane can be made visible for the currently selected objects.
public:
virtual property bool CanShowCommands { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool CanShowCommands { get; }
[<System.ComponentModel.Browsable(false)>]
member this.CanShowCommands : bool
Public Overridable ReadOnly Property CanShowCommands As Boolean
Property Value
true
if the commands pane can be made visible; otherwise, false
.
- Attributes
Remarks
This property is true
if CommandsVisibleIfAvailable is true
and the object has commands available.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.