ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.ObjectCollection.ObjectCollection C# (CSharp) Method

ObjectCollection() public method

Initialize a new instance of the ObjectCollection class.
public ObjectCollection ( KryptonCheckedListBox owner ) : System
owner KryptonCheckedListBox Reference to owning control.
return System
            public ObjectCollection(KryptonCheckedListBox owner)
                : base(owner.ListBox)
            {
                _owner = owner;
            }
KryptonCheckedListBox.ObjectCollection