Below is a complete list of the user defined functions available in AutoIt. Click on a user defined function name for a detailed description.
When using them you need to add a #include <GuiComboBoxEx.au3>.
User Defined Function | Description |
---|---|
_GUICtrlComboBoxEx_AddDir | Adds the names of directories and files |
_GUICtrlComboBoxEx_AddString | Add a string |
_GUICtrlComboBoxEx_BeginUpdate | Prevents updating of the control until the EndUpdate function is called |
_GUICtrlComboBoxEx_Create | Create a ComboBoxEx control |
_GUICtrlComboBoxEx_CreateSolidBitMap | Creates a solid color bitmap |
_GUICtrlComboBoxEx_DeleteString | Removes an item from a ComboBoxEx control |
_GUICtrlComboBoxEx_Destroy | Delete the control |
_GUICtrlComboBoxEx_EndUpdate | Enables screen repainting that was turned off with the BeginUpdate function |
_GUICtrlComboBoxEx_FindStringExact | Search for a string |
_GUICtrlComboBoxEx_GetComboBoxInfo | Gets information about the specified ComboBox |
_GUICtrlComboBoxEx_GetComboControl | Gets the handle to the child combo box control |
_GUICtrlComboBoxEx_GetCount | Retrieve the number of items |
_GUICtrlComboBoxEx_GetCurSel | Retrieve the index of the currently selected item |
_GUICtrlComboBoxEx_GetDroppedControlRect | Retrieve the screen coordinates of a combo box in its dropped-down state |
_GUICtrlComboBoxEx_GetDroppedControlRectEx | Retrieve the screen coordinates of a combo box in its dropped-down state |
_GUICtrlComboBoxEx_GetDroppedState | Determines whether the ListBox of a ComboBox is dropped down |
_GUICtrlComboBoxEx_GetDroppedWidth | Retrieve the minimum allowable width, of the ListBox of a ComboBox |
_GUICtrlComboBoxEx_GetEditControl | Gets the handle to the edit control portion of a ComboBoxEx control |
_GUICtrlComboBoxEx_GetEditSel | Gets the starting and ending character positions of the current selection in the edit control of a ComboBox |
_GUICtrlComboBoxEx_GetEditText | Get the text from the edit control of a ComboBoxEx |
_GUICtrlComboBoxEx_GetExtendedStyle | Gets the extended styles that are in use for a ComboBoxEx control |
_GUICtrlComboBoxEx_GetExtendedUI | Determines whether a ComboBox has the default user interface or the extended user interface |
_GUICtrlComboBoxEx_GetImageList | Retrieves the handle to an image list assigned to a ComboBoxEx control |
_GUICtrlComboBoxEx_GetItem | Retrieves an item's attributes |
_GUICtrlComboBoxEx_GetItemEx | Retrieves some or all of an item's attributes |
_GUICtrlComboBoxEx_GetItemHeight | Determines the height of list items or the selection field in a ComboBox |
_GUICtrlComboBoxEx_GetItemImage | Retrieves the index of the item's icon |
_GUICtrlComboBoxEx_GetItemIndent | Retrieves the number of image widths the item is indented |
_GUICtrlComboBoxEx_GetItemOverlayImage | Retrieves the index of the item's overlay image icon |
_GUICtrlComboBoxEx_GetItemParam | Retrieves the application specific value of the item |
_GUICtrlComboBoxEx_GetItemSelectedImage | Retrieves the index of the item's selected image icon |
_GUICtrlComboBoxEx_GetItemText | Retrieve a string from the list of a ComboBox |
_GUICtrlComboBoxEx_GetItemTextLen | Gets the length, in characters, of a string in the list of a combo box |
_GUICtrlComboBoxEx_GetList | Retrieves all items from the list portion of a ComboBox control |
_GUICtrlComboBoxEx_GetListArray | Retrieves all items from the list portion of a ComboBox control |
_GUICtrlComboBoxEx_GetLocale | Retrieves the current locale |
_GUICtrlComboBoxEx_GetLocaleCountry | Retrieves the current country code |
_GUICtrlComboBoxEx_GetLocaleLang | Retrieves the current language identifier |
_GUICtrlComboBoxEx_GetLocalePrimLang | Extract primary language id from a language id |
_GUICtrlComboBoxEx_GetLocaleSubLang | Extract sublanguage id from a language id |
_GUICtrlComboBoxEx_GetMinVisible | Retrieve the minimum number of visible items in the drop-down list of a ComboBox |
_GUICtrlComboBoxEx_GetTopIndex | Retrieve the 0-based index of the first visible item in the ListBox portion of a ComboBox |
_GUICtrlComboBoxEx_GetUnicode | Retrieves if control is using Unicode |
_GUICtrlComboBoxEx_InitStorage | Allocates memory for storing ListBox items |
_GUICtrlComboBoxEx_InsertString | Inserts a new item in the control |
_GUICtrlComboBoxEx_LimitText | Limits the length of the text the user may type into the edit control of a ComboBox |
_GUICtrlComboBoxEx_ReplaceEditSel | Replace text selected in edit box |
_GUICtrlComboBoxEx_ResetContent | Removes all items |
_GUICtrlComboBoxEx_SetCurSel | Select a string in the list of a ComboBox |
_GUICtrlComboBoxEx_SetDroppedWidth | Set the maximum allowable width, in pixels, of the ListBox of a ComboBox |
_GUICtrlComboBoxEx_SetEditSel | Select characters in the edit control of a ComboBox |
_GUICtrlComboBoxEx_SetEditText | Set the text of the edit control of the ComboBox |
_GUICtrlComboBoxEx_SetExtendedStyle | Sets extended styles within a ComboBoxEx control |
_GUICtrlComboBoxEx_SetExtendedUI | Select either the default user interface or the extended user interface |
_GUICtrlComboBoxEx_SetImageList | Sets an image list for a ComboBoxEx control |
_GUICtrlComboBoxEx_SetItem | Sets some or all of a item's attributes |
_GUICtrlComboBoxEx_SetItemEx | Sets some or all of a item's attributes |
_GUICtrlComboBoxEx_SetItemHeight | Set the height of list items or the selection field in a ComboBox |
_GUICtrlComboBoxEx_SetItemImage | Sets the index of the item's icon in the control's image list |
_GUICtrlComboBoxEx_SetItemIndent | Sets the number of image widths to indent the item |
_GUICtrlComboBoxEx_SetItemOverlayImage | Sets the index of the item's overlay icon in the control's image list |
_GUICtrlComboBoxEx_SetItemParam | Sets the value specific to the item |
_GUICtrlComboBoxEx_SetItemSelectedImage | Sets the index of the item's overlay icon in the control's image list |
_GUICtrlComboBoxEx_SetMinVisible | Set the minimum number of visible items in the drop-down list of a ComboBox |
_GUICtrlComboBoxEx_SetTopIndex | Ensure that a particular item is visible in the ListBox of a ComboBox |
_GUICtrlComboBoxEx_SetUnicode | Sets if control is using Unicode |
_GUICtrlComboBoxEx_ShowDropDown | Show or hide the ListBox of a ComboBox |