CheckedListBoxExtensions
Wisej.Web.Markup.CheckedListBoxExtensions
Last updated
Was this helpful?
Wisej.Web.Markup.CheckedListBoxExtensions
Last updated
Was this helpful?
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds extension methods to the class.
Sets the CheckOnClick property of the specified .
TListBox
listBox
The checked list box for which to set the CheckOnClick property.
value
A boolean indicating whether items are checked on click.
Returns: . The modified checked list box with the updated CheckOnClick property.
This method allows you to specify whether items in the list box are checked or unchecked when clicked.
TListBox
listBox
The checked list box for which to set the CheckStateMember property.
checkStateMember
The property to use as the check state for the list items.
This method allows you to set the property to use as the check state for the list items.
TListBox
listBox
The checked list box to attach the event handler to.
action
An action to execute after an item's checked state changes.
This method allows you to execute a custom action after an item's checked state changes in the list box.
TListBox
listBox
The checked list box to attach the event handler to.
action
An action to execute when the CheckStateMember property changes.
This method allows you to execute a custom action whenever the CheckStateMember property changes in the list box.
TListBox
listBox
The checked list box to attach the event handler to.
action
An action to execute when an item's checked state changes.
This method allows you to execute a custom action whenever an item's checked state changes in the list box.
TListBox
listBox
The checked list box for which to set the Separator property.
separator
The string to use as a separator for the list items.
This method allows you to set a custom separator for the list items.
The type of the checked list box, must inherit from .
Sets the CheckStateMember property of the specified .
The type of the checked list box, must inherit from .
Returns: . The modified checked list box with the updated CheckStateMember property.
Attaches an event handler for the AfterItemCheck event of the specified .
The type of the checked list box, must inherit from .
Returns: . The modified checked list box with the attached AfterItemCheck event handler.
Attaches an event handler for the CheckStateMemberChanged event of the specified .
The type of the checked list box, must inherit from .
Returns: . The modified checked list box with the attached CheckStateMemberChanged event handler.
Attaches an event handler for the ItemCheck event of the specified .
The type of the checked list box, must inherit from .
Returns: . The modified checked list box with the attached ItemCheck event handler.
Sets the Separator property of the specified .
The type of the checked list box, must inherit from .
Returns: . The modified checked list box with the updated Separator property.