Skip to main content

CheckedListBoxItem Constructors

Represents an item within the CheckedListBoxControl and CheckedComboBoxEdit controls.
Name Parameters Description
CheckedListBoxItem() none Creates a new CheckedListBoxItem object with default settings.
CheckedListBoxItem(Object, Boolean) value, isChecked Creates a new CheckedListBoxItem object and instantiates the ListBoxItem.Value and CheckedListBoxItem.CheckState properties.
CheckedListBoxItem(Object, String, Object) value, description, tag Initializes a new instance of the CheckedListBoxItem class with the specified settings.
CheckedListBoxItem(Object, String, CheckState, Boolean, Object) value, description, checkState, enabled, tag Initializes a new instance of the CheckedListBoxItem class with the specified settings.
CheckedListBoxItem(Object, String, CheckState, Boolean) value, description, checkState, enabled Initializes a new instance of the CheckedListBoxItem class with the specified settings.
CheckedListBoxItem(Object, String, CheckState, Object) value, description, checkState, tag Initializes a new instance of the CheckedListBoxItem class with the specified settings.
CheckedListBoxItem(Object, String, CheckState) value, description, checkState Initializes a new instance of the CheckedListBoxItem class with the specified value, description and check state.
CheckedListBoxItem(Object, String) value, description Initializes a new instance of the CheckedListBoxItem class with the specified value and description.
CheckedListBoxItem(Object, CheckState, Boolean) value, checkState, enabled Initializes a new instance of the CheckedListBoxItem class with custom settings.
CheckedListBoxItem(Object, CheckState) value, checkState Creates a new CheckedListBoxItem object and instantiates the ListBoxItem.Value and CheckedListBoxItem.CheckState properties.
CheckedListBoxItem(Object) value Creates a new CheckedListBoxItem object and instantiates the ListBoxItem.Value property.
See Also