DataGridViewRow.DataGridViewRowAccessibleObject 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 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
- owner
- DataGridViewRow
The DataGridViewRow that owns the DataGridViewRow.DataGridViewRowAccessibleObject.