User Tools

Site Tools


koda:en:documentation:control_statusbar

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

koda:en:documentation:control_statusbar [2014/07/10 10:48]
koda:en:documentation:control_statusbar [2014/07/10 10:48] (current)
Line 1: Line 1:
 +====== Statusbar ======
 +{{page>commctrl}}
 +{{page>commstyle}}
 +{|class="cboxtable"
 +|-
 +|class="cboxcell1"|{{  control_statusbar.gif  |}}
 +|class="cboxcell2"|**TAStatusbar**
 +|}
  
 +Creates a status bar control
 +
 +#remarks_header[Properties:]#
 +
 +|**Color**|Background color of Panel(s) |
 +|**Height**|Height of status bar |
 +|**Name**|{{KODA>VAR>Name_Handle}} |
 +|**Panels**|If not SimplePanel, double-click to specify text for each Panel using the [[proped_collection_editor|Panels editor]]|
 +|**SimplePanel**|If True, status bar is 1 panel, else several |
 +|**SimpleText**|Text for Simple status bar |
 +|**Visible**|{If False, generates <color blue>GUICtrlSetState(-1, $GUI_HIDE)</color> |
 +
 +#remarks_header[Styles]#
 +
 +|SBARS_SIZEGRIP|Status bar continues to show when Form is resized |
 +|SBARS_TOOLTIPS|Show hints  |
 +|WS_TABSTOP|Control can be selected with <key>Tab</key> and <key>S-Tab</key> |
 +|WS_HSCROLL|{{KODA>VAR>WS_HSCROLL}} |
 +|WS_VSCROLL|{{KODA>VAR>WS_VSCROLL}} |
 +|WS_VISIBLE|{{KODA>VAR>WS_VISIBLE}} |
 +|WS_BORDER|{{KODA>VAR>WS_BORDER}} |
 +|WS_CLIPSIBLINGS|{{KODA>VAR>WS_CLIPSIBLINGS}} |
 +
 +#remarks_header[Extra Styles:]#
 +
 +|WS_EX_CLIENTEDGE|{{KODA>VAR>WS_EX_CLIENTEDGE}}|
 +|WS_EX_STATICEDGE|{{KODA>VAR>WS_EX_STATICEDGE}} |
 +
 +#remarks_header[Panels]#
 +
 +Each panel has its own properties:
 +
 +|**Alignment**|Alignment of text:   **taCenter**,**taLeftJustify**, **taRightJustify**|
 +|**Text**|Text in panel |
 +|**Width**|Width of panel|
 +
 +#remarks_header[Remarks:]#
 +
 +SBARS_SIZEGRIP: See example in AutoIt help | _GUICtrlStatusBar_Resize
 +
 +SBARS_TOOLTIPS: Call _GUICtrlStatusBar_SetTipText to specify a hint for a Panel. It only shows when a Panel contains an icon  or the text is too long for the Panel.
 +
 +#remarks_header[Related:]#
 +
 +None
koda/en/documentation/control_statusbar.txt ยท Last modified: 2014/07/10 10:48 (external edit)