Name | Description | |
---|---|---|
![]() | EnsureVisible | Overloaded. Ensures that the specified item is visible. |
![]() | FillFromArray<pfCd> | Fills the list box with the values of the specified array. Assigns the corresponding array value to the Tag property of each list box item. |
![]() | FillFromEnum<OfCd> | Fills the list box with the options from the specified enum. Assigns the corresponding enum value to the Tag property of each list box item. |
![]() | IndexOfItemWithTag | Gets the index of the first list box item whose Tag property is equal to the given value. |
![]() | IndexOfItemWithText | Gets the index of the first list box item with the given text or -1 if an item with such text is not found. |
![]() | NavigateToItem | Overridden. Navigates to the specified item. |
![]() | NavigateToNextItemStartingWith | Navigates to the next item whose text starts with the given char (case insensitive check is performed). |
![]() | VisitChildDisplaySubtree | Overridden. Called to propagate the forward display traversal to the node child. |