ComboBox.ObjectCollection(ComboBox) Constructor

Definición

Inicializa una nueva instancia de la clase ComboBox.ObjectCollection.

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

Parámetros

owner
ComboBox

ComboBox que posee esta colección de objetos.

Comentarios

No se puede crear una instancia de esta clase sin asociarla a un ComboBox control .

Se aplica a