DataGridViewComboBoxCell.ObjectCollection(DataGridViewComboBoxCell) Constructor

Definition

Initializes a new instance of the DataGridViewComboBoxCell.ObjectCollection class.

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

Parameters

owner
DataGridViewComboBoxCell

The DataGridViewComboBoxCell that owns the collection.

Applies to

See also