ListBox.IntegerCollection(ListBox) Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Menginisialisasi instans baru dari kelas ListBox.IntegerCollection.
public:
IntegerCollection(System::Windows::Forms::ListBox ^ owner);
public IntegerCollection(System.Windows.Forms.ListBox owner);
new System.Windows.Forms.ListBox.IntegerCollection : System.Windows.Forms.ListBox -> System.Windows.Forms.ListBox.IntegerCollection
Public Sub New (owner As ListBox)
Parameter
Pengecualian
.NET 5 dan yang lebih baru: owner adalah null.
Keterangan
Anda tidak dapat membuat instans ListBox.IntegerCollection kelas tanpa mengaitkannya dengan ListBox kontrol.