CheckedListBox
Wisej.Web.CheckedListBox
Last updated
Was this helpful?
Wisej.Web.CheckedListBox
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Displays a in which a check box is displayed to the left of each item.
Initializes a new instance of the class.
: Collection of checked indexes in this .
Returns a value indicating whether the specified item is checked.
index
The index of the item.
Throws:
Returns a value indicating the check state of the current item.
index
The index of the item to get the checked value of.
Throws:
index
The index of the item to set the check state for.
value
true to set the item as checked; otherwise, false.
Throws:
Sets the check state of the item at the specified index.
index
The index of the item to set the state for.
value
Throws:
Bindable components implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
: Collection of checked items in this .
: Returns or sets whether list items are checked when they are clicked. The default is to check the item when clicking on the checkbox icon.
: Returns or sets the property to use as the tooltip for the items in the , when the property is set to true.
: Returns the collection of items in this .
Unchecks all items in the .
Returns: . true if the item is checked; otherwise, false.
The index specified is less than zero; or the index specified is greater than or equal to the count of items in the list.
Returns: . One of the values.
The index specified is less than zero; or the index specified is greater than or equal to the count of items in the list.
Sets for the item at the specified index to Checked.
The index specified is less than zero; or the index is greater than the count of items in the list.
One of the values.
The index specified is less than zero; or the index is greater than or equal to the count of items in the list.
Fired after the checked state of an item changes.
Fired when the property changes.
Fired when the user clicks the control.
Fired when the checked state of an item changes.
Fired when the user clicks the control with the mouse.
All wisej controls derived from the class must implement this interface.