Version

ICheckedItemList Interface Members

The following tables list the members exposed by ICheckedItemList.

Public Properties
 NameDescription
 PropertyCheckBoxStyleReturns whether the implementation currently supports the displaying of checkboxes, and if so, whether they support an indeterminate state.  
 PropertyEnabledReturns a boolean value indicating whether the checked item list is enabled in the user interface.  
 PropertyValueReturns or sets a list containing the value of each item that is checked.  
Public Methods
 NameDescription
 MethodGetCheckStateReturns the check state for the item at the specified ordinal position.  
 MethodGetTextReturns the string representation of the checked item list, with each item separated by the specified listSeparator.  
 MethodSetCheckStateSets the check state for the item at the specified ordinal position to the specified value.  
Public Events
 NameDescription
 EventCheckStateChangedFired when the CheckState of one or more items has changed.  
See Also