ComboBox.ObjectCollection(ComboBox) Constructor

Definición

Inicializa una nueva instancia de 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

que ComboBox posee esta colección de objetos.

Comentarios

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

Se aplica a