StatusBarText()

Syntax

StatusBarText(#StatusBar, Field, Text$ [, Appearance])
Description
Set the text for 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

All

<- StatusBarProgress() - StatusBar Index