下面是 AutoIt 可用 GUI 控件創(chuàng)建 函數(shù)的完整列表. 點(diǎn)擊函數(shù)名稱查看相關(guān)詳細(xì)描述.
如果你需要使用相關(guān)控件的常量參數(shù)值, 參見(jiàn) Gui 常量包含文件.
函 數(shù) 名 稱 | 描 述 |
GUICtrlCreateAvi |
創(chuàng)建 AVI 視頻控件. |
GUICtrlCreateButton |
創(chuàng)建按鈕(Button)控件. |
GUICtrlCreateCheckbox |
創(chuàng)建復(fù)選框(Checkbox)控件. |
GUICtrlCreateCombo |
創(chuàng)建下拉組合框(ComboBox)控件. |
GUICtrlCreateContextMenu |
創(chuàng)建控件或 GUI 的上下文菜單. |
GUICtrlCreateDate |
創(chuàng)建日期控件. |
GUICtrlCreateDummy |
創(chuàng)建虛擬(Dummy)控件. |
GUICtrlCreateEdit |
創(chuàng)建編輯(Edit)控件. |
GUICtrlCreateGraphic |
創(chuàng)建圖形(Graphic)控件. |
GUICtrlCreateGroup |
創(chuàng)建群組框(Group)控件. |
GUICtrlCreateIcon |
創(chuàng)建圖標(biāo)(Icon)控件. |
GUICtrlCreateInput |
創(chuàng)建輸入框(Input)控件. |
GUICtrlCreateLabel |
創(chuàng)建靜態(tài)標(biāo)記(Label)控件. |
GUICtrlCreateList |
創(chuàng)建列表(List)控件. |
GUICtrlCreateListView |
創(chuàng)建列表視圖(ListView)控件. |
GUICtrlCreateListViewItem |
創(chuàng)建 ListView 控件的項(xiàng)目. |
GUICtrlCreateMenu |
創(chuàng)建菜單(Menu)控件. |
GUICtrlCreateMenuItem |
創(chuàng)建菜單項(xiàng)目(MenuItem)控件. |
GUICtrlCreateMonthCal |
創(chuàng)建月歷(month)控件. |
GUICtrlCreateObj |
創(chuàng)建 ActiveX 控件. |
GUICtrlCreatePic |
創(chuàng)建圖片(Picture)控件. |
GUICtrlCreateProgress |
創(chuàng)建進(jìn)度條(Progress)控件. |
GUICtrlCreateRadio |
創(chuàng)建單選框(Radio)控件. |
GUICtrlCreateSlider |
創(chuàng)建滑動(dòng)條(Slider)控件. |
GUICtrlCreateTab |
創(chuàng)建標(biāo)簽頁(yè)(Tab)控件. |
GUICtrlCreateTabItem |
創(chuàng)建標(biāo)簽選項(xiàng)頁(yè)(TabItem)控件. |
GUICtrlCreateTreeView |
創(chuàng)建樹視圖(TreeView)控件. |
GUICtrlCreateTreeViewItem |
創(chuàng)建樹視圖項(xiàng)目(TreeViewItem)控件. |
GUICtrlCreateUpdown |
創(chuàng)建上下箭頭按鈕(UpDown)控件. |
GUICtrlDelete |
刪除控件. |
provider with jb51.net (unicode) |