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 <GuiStatusBar.au3>.
| User Defined Function | Description |
|---|---|
| _GUICtrlStatusBar_Create | Create a statusbar |
| _GUICtrlStatusBar_Destroy | Delete the control |
| _GUICtrlStatusBar_EmbedControl | Embeds a child control in the control |
| _GUICtrlStatusBar_GetBorders | Retrieves the current widths of the horizontal and vertical borders |
| _GUICtrlStatusBar_GetBordersHorz | Retrieves the current width of the horizontal border |
| _GUICtrlStatusBar_GetBordersRect | Retrieves the current width of the rectangle border |
| _GUICtrlStatusBar_GetBordersVert | Retrieves the current width of the vertical border |
| _GUICtrlStatusBar_GetCount | Retrieves the number of parts |
| _GUICtrlStatusBar_GetHeight | Retrieves the height of the statusbar |
| _GUICtrlStatusBar_GetIcon | Retrieves the icon for a part |
| _GUICtrlStatusBar_GetParts | Retrieves the number of parts and the part edges |
| _GUICtrlStatusBar_GetRect | Retrieves the bounding rectangle of a part |
| _GUICtrlStatusBar_GetRectEx | Retrieves the bounding rectangle of a part |
| _GUICtrlStatusBar_GetText | Retrieves the text from the specified part |
| _GUICtrlStatusBar_GetTextFlags | Retrieves the text length flags for a part |
| _GUICtrlStatusBar_GetTextLength | Retrieves the length of a part text |
| _GUICtrlStatusBar_GetTextLengthEx | Retrieves the uFlag of a part |
| _GUICtrlStatusBar_GetTipText | Retrieves the ToolTip text for a part |
| _GUICtrlStatusBar_GetUnicodeFormat | Retrieves the Unicode character format flag |
| _GUICtrlStatusBar_GetWidth | Retrieves the width of a part |
| _GUICtrlStatusBar_IsSimple | Checks a status bar control to determine if it is in simple mode |
| _GUICtrlStatusBar_Resize | Causes the status bar to resize itself |
| _GUICtrlStatusBar_SetBkColor | Sets the background color |
| _GUICtrlStatusBar_SetIcon | Sets the icon for a part |
| _GUICtrlStatusBar_SetMinHeight | Sets the minimum height of a status window's drawing area |
| _GUICtrlStatusBar_SetParts | Sets the number of parts and the part edges |
| _GUICtrlStatusBar_SetSimple | Specifies whether a status window displays simple text or displays all window parts |
| _GUICtrlStatusBar_SetText | Sets the text in the specified part of a status window |
| _GUICtrlStatusBar_SetTipText | Sets the ToolTip text for a part |
| _GUICtrlStatusBar_SetUnicodeFormat | Sets the Unicode character format flag |
| _GUICtrlStatusBar_ShowHide | Show/Hide the StatusBar control |