DataGridViewImageCell.DataGridViewImageCellAccessibleObject Constructor

Definition

Initializes a new instance of the DataGridViewImageCell.DataGridViewImageCellAccessibleObject class.

public:
 DataGridViewImageCellAccessibleObject(System::Windows::Forms::DataGridViewCell ^ owner);
public DataGridViewImageCellAccessibleObject (System.Windows.Forms.DataGridViewCell owner);
public DataGridViewImageCellAccessibleObject (System.Windows.Forms.DataGridViewCell? owner);
new System.Windows.Forms.DataGridViewImageCell.DataGridViewImageCellAccessibleObject : System.Windows.Forms.DataGridViewCell -> System.Windows.Forms.DataGridViewImageCell.DataGridViewImageCellAccessibleObject
Public Sub New (owner As DataGridViewCell)

Parameters

Applies to

See also