CheckBox.CheckBoxAccessibleObject(Control) Constructor

Definition

Initializes a new instance of the CheckBox.CheckBoxAccessibleObject class.

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

public:
 CheckBoxAccessibleObject(System::Windows::Forms::Control ^ owner);
public CheckBoxAccessibleObject (System.Windows.Forms.Control owner);
new System.Windows.Forms.CheckBox.CheckBoxAccessibleObject : System.Windows.Forms.Control -> System.Windows.Forms.CheckBox.CheckBoxAccessibleObject
Public Sub New (owner As Control)

Parameters

Applies to