CheckBox::CheckBoxAccessibleObject::DefaultAction Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets a string that describes the default action of the CheckBox control.

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 description of the default action of the CheckBox control.

A selected check box has a default action of "Uncheck" and a value of "Checked." A cleared check box has a default action of "Check" and a value of "Unchecked."

.NET Framework
Available since 1.1
Return to top
Show: