PropertyGrid::CanShowCommands Property

 

Gets a value indicating whether the commands pane can be made visible for the currently selected objects.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(false)]
property bool CanShowCommands {
	virtual bool get();
}

Property Value

Type: System::Boolean

true if the commands pane can be made visible; otherwise, false.

This property is true if CommandsVisibleIfAvailable is true and the object has commands available.

.NET Framework
Available since 1.1
Return to top
Show: