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

ToString() public method

Gets a string representation of the encapsulated check button.
public ToString ( ) : string
return string
            public override string ToString()
            {
                return _checkButton.Site.Name + "  (Text: " + _checkButton.Text + ")";
            }
KryptonCheckButtonCollectionForm.ListEntry