C# Class ComponentFactory.Krypton.Toolkit.KryptonCheckButtonCollectionForm.ListEntry

Datei anzeigen Open project: ComponentFactory/Krypton

Public Methods

Method Description
ListEntry ( KryptonCheckButton checkButton ) : System

Initialize a new instance of the ListEntry class.

ToString ( ) : string

Gets a string representation of the encapsulated check button.

Method Details

ListEntry() public method

Initialize a new instance of the ListEntry class.
public ListEntry ( KryptonCheckButton checkButton ) : System
checkButton KryptonCheckButton CheckButton to encapsulate.
return System

ToString() public method

Gets a string representation of the encapsulated check button.
public ToString ( ) : string
return string