CheckedListBox
Wisej.Web.CheckedListBox
Last updated
Was this helpful?
Wisej.Web.CheckedListBox
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Displays a ListBox in which a check box is displayed to the left of each item.
Initializes a new instance of the CheckedListBox class.
Initializes a new instance of the CheckedListBox class.
Initializes a new instance of CheckedListBox class with the specified settings.
Initializes a new instance of the CheckedListBox class with the specified settings.
Initializes a new instance of the CheckedListBox class with the specified settings.
CheckedIndexCollection: Collection of checked indexes in the CheckedListBox.
CheckedObjectCollection: Collection of checked items in the CheckedListBox.
Boolean: 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. (Default: False
)
String: Returns or sets the property to bind to the CheckState of the items in the CheckedListBox control. (Default: ""
)
ObjectCollection: Returns the collection of items in this CheckedListBox.
String: Returns or sets the separator used to concatenate and parse multiple checked values for the Text property. (Default: ","
)
Unchecks all items in the CheckedListBox.
Creates a new instance of the item collection.
Returns: ObjectCollection. A ObjectCollection that represents the new item collection.
Returns a value indicating whether the specified item is checked.
Returns: Boolean. true if the item is checked; otherwise, false.
Throws:
ArgumentException 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 a value indicating the check state of the current item.
Returns: CheckState. One of the CheckState values.
Throws:
ArgumentOutOfRangeException The index specified is less than zero; or the index specified is greater than or equal to the count of items in the list.
Fires the AfterItemCheck event.
Fires the CheckStateMemberChanged event.
Fires the ItemCheck event.
Processes the event from the client.
Renders the client component.
Refreshes the item contained at the specified location.
Reloads all the CheckedListBox items from the data source.
Sets CheckState for the item at the specified index to Checked.
Throws:
ArgumentException The index specified is less than zero; or the index is greater than the count of items in the list.
Sets the check state of the item at the specified index.
Throws:
ArgumentOutOfRangeException The index specified is less than zero; or the index is greater than or equal to the count of items in the list.
Sets the object with the specified index in the derived class.
Sets the specified array of objects in a collection in the derived class.
ItemCheckEventHandler Fired after the checked state of an item changes.
EventHandler Fired when the CheckStateMember property changes.
EventHandler Fired when the user clicks the CheckedListBox control.
ItemCheckEventHandler Fired when the checked state of an item changes.
MouseEventHandler Fired when the user clicks the CheckedListBox control with the mouse.
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
Provides access to the LabelWrapper associated with the controls that implement this interface.
Provides access to the Modified property and ModifiedChanged event for controls that implement this interface.
Provides access to the validation events and properties property for controls that support validation.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.