Method | Description | |
---|---|---|
CheckComboBoxItem ( string text, bool initialCheckState ) : System |
C'tor - creates a CheckComboBoxItem
|
|
ToString ( ) : string |
This is used to keep the edit control portion of the combo box consistent
|
public CheckComboBoxItem ( string text, bool initialCheckState ) : System | ||
text | string | Label of the check box in the drop down list |
initialCheckState | bool | Initial value for the check box (true=checked) |
return | System |