ToolStripItem::ToolStripItemAccessibleObject::DefaultAction Property

 

Gets a string that describes the default action of the ToolStripItem.

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

public:
property String^ DefaultAction {
	virtual String^ get() override;
}

Property Value

Type: System::String^

A description of the default action of the ToolStripItem.

.NET Framework
Available since 2.0
Return to top
Show: