DataGridView.DataGridViewTopRowAccessibleObject Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- owner
- DataGridView
The DataGridView that owns the DataGridView.DataGridViewTopRowAccessibleObject.