Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
ICheckedItemList Interface Members
The following tables list the members exposed by ICheckedItemList.
Public Properties
| Name | Description |
| CheckBoxStyle | Returns whether the implementation currently supports the displaying of checkboxes, and if so, whether they support an indeterminate state. |
| Enabled | Returns a boolean value indicating whether the checked item list is enabled in the user interface. |
| Value | Returns or sets a list containing the value of each item that is checked. |
Public Methods
| Name | Description |
| GetCheckState | Returns the check state for the item at the specified ordinal position. |
| GetText | Returns the string representation of the checked item list, with each item separated by the specified . |
| SetCheckState | Sets the check state for the item at the specified ordinal position to the specified value. |
Public Events
| Name | Description |
| CheckStateChanged | Fired when the CheckState of one or more items has changed. |
See Also