Name | Description | |
---|---|---|
![]() | AccumulateDisplayChildren | Overridden. Appends the displayable children of the node to the provided list. |
![]() | FillFromArray<lvfd> | Fills the combo box with the values of the specified array. Assigns the corresponding array value to the Tag property of each combo box item. |
![]() | FillFromEnum<Kvfd> | Fills the combo box with the options from the specified enum. Assigns the corresponding enum value to the Tag property of each combo box item. |
![]() | IndexOfItemWithTag | Gets the index of the first combo box item whose Tag property is equal to the given value. |
![]() | IndexOfItemWithText | Gets the index of the first combo box item with the given text or -1 if an item with such text is not found. |
![]() | NavigateToDownItem | Moves the selection to the down item of the specified item. |
![]() | NavigateToFirstItem | Moves the selection to the first item. |
![]() | NavigateToItem | Moves the selection to the specified item. |
![]() | NavigateToLastItem | Moves the selection to the last item. |
![]() | NavigateToNextItemStartingWith | Navigates to the next item whose text starts with the given char (case insensitive check is performed). |
![]() | NavigateToUpItem | Moves the selection to the up item of the specified item. |