DataGridViewCheckBoxCell.DataGridViewCheckBoxCellAccessibleObject Constructor

Definition

public:
 DataGridViewCheckBoxCellAccessibleObject(System::Windows::Forms::DataGridViewCell ^ owner);
public DataGridViewCheckBoxCellAccessibleObject (System.Windows.Forms.DataGridViewCell owner);
public DataGridViewCheckBoxCellAccessibleObject (System.Windows.Forms.DataGridViewCell? owner);
new System.Windows.Forms.DataGridViewCheckBoxCell.DataGridViewCheckBoxCellAccessibleObject : System.Windows.Forms.DataGridViewCell -> System.Windows.Forms.DataGridViewCheckBoxCell.DataGridViewCheckBoxCellAccessibleObject
Public Sub New (owner As DataGridViewCell)

Parameters

Applies to

See also