DataGridViewRow.DataGridViewRowAccessibleObject Constructors

Definition

Initializes a new instance of the DataGridViewRow.DataGridViewRowAccessibleObject class.

Overloads

DataGridViewRow.DataGridViewRowAccessibleObject()

Initializes a new instance of the DataGridViewRow.DataGridViewRowAccessibleObject class without setting the Owner property.

DataGridViewRow.DataGridViewRowAccessibleObject(DataGridViewRow)

Initializes a new instance of the DataGridViewRow.DataGridViewRowAccessibleObject class, setting the Owner property to the specified DataGridViewRow.

DataGridViewRow.DataGridViewRowAccessibleObject()

Initializes a new instance of the DataGridViewRow.DataGridViewRowAccessibleObject class without setting the Owner property.

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

See also

Applies to

DataGridViewRow.DataGridViewRowAccessibleObject(DataGridViewRow)

Initializes a new instance of the DataGridViewRow.DataGridViewRowAccessibleObject class, setting the Owner property to the specified DataGridViewRow.

public:
 DataGridViewRowAccessibleObject(System::Windows::Forms::DataGridViewRow ^ owner);
public DataGridViewRowAccessibleObject (System.Windows.Forms.DataGridViewRow owner);
new System.Windows.Forms.DataGridViewRow.DataGridViewRowAccessibleObject : System.Windows.Forms.DataGridViewRow -> System.Windows.Forms.DataGridViewRow.DataGridViewRowAccessibleObject
Public Sub New (owner As DataGridViewRow)

Parameters

See also

Applies to