DataGridView.DataGridViewTopRowAccessibleObject Constructors

Definition

Initializes a new instance of the DataGridView.DataGridViewTopRowAccessibleObject class.

Overloads

DataGridView.DataGridViewTopRowAccessibleObject()

Initializes a new instance of the DataGridView.DataGridViewTopRowAccessibleObject class without setting the Owner property.

DataGridView.DataGridViewTopRowAccessibleObject(DataGridView)

Initializes a new instance of the DataGridView.DataGridViewTopRowAccessibleObject class, setting the Owner property to the specified value.

DataGridView.DataGridViewTopRowAccessibleObject()

Initializes a new instance of the DataGridView.DataGridViewTopRowAccessibleObject class without setting the Owner property.

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

See also

Applies to

DataGridView.DataGridViewTopRowAccessibleObject(DataGridView)

Initializes a new instance of the DataGridView.DataGridViewTopRowAccessibleObject class, setting the Owner property to the specified value.

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

Parameters

See also

Applies to