Name | Description | |
---|---|---|
NComboBox Constructor | Default constructor. |
The following tables list the members exposed by NComboBox.
Name | Description | |
---|---|---|
NComboBox Constructor | Default constructor. |
Name | Description | |
---|---|---|
DropDownStyleProperty | Reference to the DropDownStyle property. | |
HScrollModeProperty | Reference to the HScrollMode property. | |
ItemsChild | Reference to the Items child. | |
NComboBoxSchema | Schema associated with NComboBox. | |
SelectedIndexProperty | Reference to the SelectedIndex property. | |
TextBoxChild | Reference to the TextBox child. | |
VScrollModeProperty | Reference to the VScrollMode property. | |
WheelNavigationModeProperty | Reference to the WheelNavigationMode property |
Name | Description | |
---|---|---|
DropDownStyle | Gets or sets the drop down style of the combo box. | |
HScrollMode | Gets or sets the horizontal scroll mode of the popup list box. | |
Items | Gets or sets the items collection of the combo box. | |
SelectedIndex | Gets or sets the selected index. To deselect the currently selected item, set the SelectedIndex to -1. | |
SelectedItem | Gets or sets the selected item. | |
Text | Gets or sets the text of the combo box. | |
TextBox | Gets or sets the text box child of the combo box which is shown when the combo box's drop down style is set to DropDown. | |
VScrollMode | Gets or sets the vertical scroll mode of the popup list box. | |
WheelNavigationMode | Gets or sets the scroll mode of the combo box items. By default set to Always. |
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. |
Name | Description | |
---|---|---|
ArrangeItem | Overridden. Overriden to layout the item slot. | |
CreatePopupContent | Overridden. Creates the popup content of the combo box (i.e. a list box). | |
CreatePopupListBoxItem | Creates a popup list box item for the given combo box item. The default implementation clones the content of the combo box item and sets it to a new list box item. | |
GetPopupListBox | Gets the list box shown in the popup window. | |
MeasureItem | Overridden. Overriden to measure the item slot | |
Mvfd | ||
OnInputChar | Overridden. Overriden to provide support for navigation based on the first character of combo box items' text. | |
OnKeyDown | Overridden. Overriden to provide support for key selection. | |
OnListBoxMouseEnter | Called when the mouse enters the drop down list box | |
OnListBoxMouseUp | Called when a mouse button is released over the drop down list box | |
OnMouseWheel | Overridden. Default handler for the mouse wheel event. Overriden to provide support for mouse wheel scrolling. | |
OnPopupClosed | Overridden. Called when the drop down has been closed. | |
OnPopupOpened | Overridden. Called when the popup is opened. | |
OnSelectedIndexChanged | Called when the SelectedIndex property has changed to update the text of the text box and to select the whole text. | |
Qtb | Overridden. |
Name | Description | |
---|---|---|
SelectedIndexChanged | Occurs when the selected index property has changed. |