DataGridViewButtonCell::DataGridViewButtonCellAccessibleObject::DefaultAction Property

 

Gets a System::String that represents the default action of the DataGridViewButtonCell::DataGridViewButtonCellAccessibleObject.

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 "Press" if the ReadOnly property is set to false; otherwise, an empty String ("").

.NET Framework
Available since 2.0
Return to top
Show: