ComponentFactory.Krypton.Toolkit.KryptonCheckButtonCollectionForm.ListEntry.ListEntry C# (CSharp) Method

ListEntry() public method

Initialize a new instance of the ListEntry class.
public ListEntry ( KryptonCheckButton checkButton ) : System
checkButton KryptonCheckButton CheckButton to encapsulate.
return System
            public ListEntry(KryptonCheckButton checkButton)
            {
                Debug.Assert(checkButton != null);
                _checkButton = checkButton;
            }
KryptonCheckButtonCollectionForm.ListEntry