Control::ControlAccessibleObject::DefaultAction Property

 

Gets a string that describes the default action of the object. Not all objects have a default action.

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 for an object, or null if this object has no default action.

.NET Framework
Available since 1.1
Return to top
Show: