DataGridViewCheckBoxCell.DataGridViewCheckBoxCellAccessibleObject Constructor

Definición

Inicializa una nueva instancia de la clase DataGridViewCheckBoxCell.DataGridViewCheckBoxCellAccessibleObject.

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)

Parámetros

Se aplica a

Consulte también