| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > GraphClass > GraphClass Methods >====== ShowOnStatusBar (show text to status bar zone) ====== | [[showonfield show text contents to specified field .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[takeevent process graph control events .htm|{{btn_next_n.gif|Next page}}]] | | || **ShowOnStatusBar( **//text, zone //**)** {{blk2blue.jpg|blk2blue.jpg}} | **ShowOnStatusBar** | Show text on the window status bar. | | //Text// | A string constant or variable that contains the text to display on the status bar. | | //Zone// | An LONG integer that indicates which status bar section the text is to be displayed. | The **ShowOnStatusBar** method displays a //text// value into a given status bar zone, specified by //zone//. **Implementation:** The **ShowOnStatusBar** method is called from the ToShowValues method. If a window has a separate status bar defined, the //eShowSBonFirstThread// property determines the target. **See Also:**     [[toshowvalues show all composite text to all graph targets .htm|ToShowValues]] , [[eshowsbonfirstthread display on base status bar .htm|eShowSBonFirstThread]]