Action |
CommandBarAction object associated with this control. |
AutoComplete |
Auto completion behavior for the combo box. |
BeginGroup |
Gets/Sets a boolean indicating whether the control is a separator and thus begins a new group. |
Caption |
Gets/Sets the caption of the control. |
Category |
Gets/Sets the category of the control. |
Checked |
Gets/Sets a boolean indicating whether the control is checked. |
CloseSubMenuOnClick |
Gets/Sets whether the popup menu will close as soon as the user clicks the menu. |
CommandBar |
CommandBar used as a popup menu for the combo box. |
Controls |
Gets the collection of sibling controls. |
CustomShortcutText |
Gets/Sets the custom shortcut text for the control. |
DefaultItem |
Retrieves whether the control is the default menu item. |
DescriptionText |
Gets/Sets the description text of the control. |
DropDownItemCount |
Gets/Sets how many items to show in the combo box dropdown before a scrollbar appears. |
DropDownListStyle |
Gets/Sets the drop-down style of the combo box. |
DropDownWidth |
Gets/Sets the dropdown width of the control's combo. |
EditHandle |
Stores a reference to the HANDLE (hWnd) of the combo box edit control. |
EditHint |
Gets/Sets the grayed-out hint text displayed in the edit control. |
EditIconId |
ID of the icon to be displayed in the edit control. |
EditStyle |
Gets/Sets the style of the combo box edit control. |
Enabled |
Gets/Sets a boolean indicating whether the control is enabled. |
ExecuteOnPressInterval |
Number of milliseconds between calls to the Execute event while the mouse is pressed on the control. |
Flags |
Retrieves the special flags for the control. |
HasFocus |
Specifies whether the combo box control currently has focus. |
Height |
Gets/Sets the height of the control. |
HideFlags |
Retrieves the HideFlags of the control. |
IconId |
Gets/Sets the control icon's identifier. |
Id |
Gets/Sets the numeric identifier of the control. |
Index |
Gets the index of the control. |
ItemData |
Used to set or retrieve the Long value associated with a List item. |
KeyboardTip |
Specifies the KeyboardTip displayed when the Alt key is pressed (when ShowKeyboardTips is true). |
Left |
Returns the distance between the left edge of the control and the left edge of its container. |
List |
Gets the combo box item at the specified index. |
ListCount |
Gets the number of items in the combo box. |
ListIconId |
Base ID for icons that are displayed in the dropdown list. |
ListIndex |
Gets/Sets the index of the currently selected combo box item. |
Parameter |
Gets/Sets the parameter of the control (equivalent to the "Tag" property). Use to store extra data for your program. |
Parent |
Gets the parent CommandBar of the control. |
RibbonGroup |
Reference to the RibbonGroup object the control belongs to. |
ShellAutoComplete |
Enables or disables the system's shell auto-completion functionality. |
ShortcutText |
Gets/Sets the shortcut text of the control. (Obsolete) |
Style |
Gets/Sets the style of the control. |
Text |
Gets or sets the currently selected item's text. |
TextLimit |
Gets/Sets the maximum number of characters that can be entered. |
ThemedItems |
Gets/Sets whether selected items in the combo box will use the current command bars theme. |
TooltipText |
Gets/Sets the tooltip text for the control. |
Top |
Returns the distance between the top edge of the control and the top edge of its container. |
Type |
Gets the type of the control. |
Visible |
Gets/Sets a boolean indicating whether the control is visible. |
Width |
Gets/Sets the width of the control. |