DataGridViewComboBoxCell.DataGridViewComboBoxCellAccessibleObject Constructor

Definition

Instantiates a new instance of the DataGridViewComboBoxCell.DataGridViewComboBoxCellAccessibleObject class.

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

Parameters

owner
DataGridViewCell

The DataGridViewComboBoxCell control to which this object belongs.

Applies to