DataGridViewCell.DataGridViewCellAccessibleObject 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 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
- owner
- DataGridViewCell
The DataGridViewCell that owns the DataGridViewCell.DataGridViewCellAccessibleObject.