PropertyGrid::CommandsVisibleIfAvailable Property

 

Gets or sets a value indicating whether the commands pane is visible for objects that expose verbs.

Namespace:   System.Windows.Forms
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::Boolean

true if the commands pane is visible; otherwise, false. The default is true.

.NET Framework
Available since 1.1
Return to top
Show: