DataGridViewCell.DataGridViewCellAccessibleObject Constructors

Definition

Initializes a new instance of the DataGridViewCell.DataGridViewCellAccessibleObject class.

Overloads

DataGridViewCell.DataGridViewCellAccessibleObject()

Initializes a new instance of the DataGridViewCell.DataGridViewCellAccessibleObject class without initializing the Owner property.

DataGridViewCell.DataGridViewCellAccessibleObject(DataGridViewCell)

Initializes a new instance of the DataGridViewCell.DataGridViewCellAccessibleObject class, setting the Owner property to the specified DataGridViewCell.

DataGridViewCell.DataGridViewCellAccessibleObject()

Initializes a new instance of the DataGridViewCell.DataGridViewCellAccessibleObject class without initializing the Owner property.

public:
 DataGridViewCellAccessibleObject();
public DataGridViewCellAccessibleObject ();
Public Sub New ()

See also

Applies to

DataGridViewCell.DataGridViewCellAccessibleObject(DataGridViewCell)

Initializes a new instance of the DataGridViewCell.DataGridViewCellAccessibleObject class, setting the Owner property to the specified DataGridViewCell.

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

Parameters

See also

Applies to