ControlDesigner::ControlDesignerAccessibleObject::DefaultAction Property

 

Gets a string that describes the default action of the specified object.

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

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

Property Value

Type: System::String^

A description of the default action for a specified object.

The current implementation returns an empty string value.

.NET Framework
Available since 1.1
Return to top
Show: