CheckedListBox.ObjectCollection(CheckedListBox) Constructeur

Définition

Initialise une nouvelle instance de la classe CheckedListBox.ObjectCollection.

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

Paramètres

owner
CheckedListBox

CheckedListBox auquel appartient la collection.

S’applique à