PropertyGrid::CommandsVisibleIfAvailable Property
.NET Framework (current version)
Gets or sets a value indicating whether the commands pane is visible for objects that expose verbs.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property bool CommandsVisibleIfAvailable { virtual bool get(); virtual void set(bool value); }
Property Value
Type: System::Booleantrue if the commands pane is visible; otherwise, false. The default is true.
.NET Framework
Available since 1.1
Available since 1.1
Show: