DataGridViewLinkCell::DataGridViewLinkCellAccessibleObject::DefaultAction Property

 

Gets a string that represents the default action of the DataGridViewLinkCell::DataGridViewLinkCellAccessibleObject.

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^

The string "Click".

.NET Framework
Available since 2.0
Return to top
Show: