StatusBarText()

Syntax

StatusBarText(#StatusBar, Field, Text$ [, Appearance])
Description
Change the text of the specified 'Field' in the given '#StatusBar'. 'Appearance' is optional and can be used to alter the look of the field with the following values:
  #PB_StatusBar_Raised    : raised borders
  #PB_StatusBar_BorderLess: without border 
  #PB_StatusBar_Center    : center the text in the field
  #PB_StatusBar_Right     : align the text to the right of the field
The options can be combined together with the '|' (OR) operator :
  #PB_StatusBar_BorderLess | #PB_StatusBar_Right : Borderless right aligned field.
For a working example look at CreateStatusBar().

Supported OS

Windows, Linux, MacOS X

<- StatusBarIcon() - StatusBar Index