A checked list box that automatically updates its properties.
| New | () |
| CheckedIndices | As System.Windows.Forms.CheckedListBox+CheckedIndexCollection | The collection of item indices that are checked (read-only). |
| CheckedItems | As System.Collections.IList | The collection of items that are checked (read-only). |
| Enabled | As Boolean | True if the control is enabled (read-only). |
| Items | As System.Collections.IList | The collection of items in the list (read-only). |
| GetEnabled | () | As Boolean | Event fired to determine whether the control is enabled. |
| GetItemCheckState | (ByVal tag As Object) | As System.Windows.Forms.CheckState | Event fired to determine the check state of a three-state item. |
| GetItemChecked | (ByVal tag As Object) | As Boolean | Event fired to determine whether an item is checked. |
| GetItemText | (ByVal tag As Object) | As String | Event fired to get the text associated with an item. |
| GetItems | () | As System.Collections.IEnumerable | Event fired to get the list of items. |
| SetItemCheckState | (ByVal tag As Object, ByVal value As System.Windows.Forms.CheckState) | Event fired when the check state of an item is changed. | |
| SetItemChecked | (ByVal tag As Object, ByVal value As Boolean) | Event fired when an item is checked or unchecked. |