RadioButton::RadioButtonAccessibleObject Constructor (RadioButton^)

 

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

Initializes a new instance of the RadioButton::RadioButtonAccessibleObject class.

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

public:
RadioButtonAccessibleObject(
	RadioButton^ owner
)

Parameters

owner
Type: System.Windows.Forms::RadioButton^

The RadioButton that this object provides information for.

.NET Framework
Available since 1.1
Return to top
Show: