| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > GraphClass > GraphClass Methods >====== GetValueFromStatusBar (return status bar zone contents) ====== | [[getvaluefromfield get contents of specified field .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[imagetowmf save object and return wmf file name .htm|{{btn_next_n.gif|Next page}}]] | | || **GetValueFromStatusBar( **//statuszone//** )** {{blk2blue.jpg|blk2blue.jpg}} | **GetValueFromStatusBar** | Retrieve text from a window status bar. | | //statuszone// | An LONG integer that indicates which status bar section the text is to be retrieved from. | The **GetValueFromStatusBar** method is used to return the contents of a selected window's status bar zone for use in other areas of the graph control (i.e., tool tips). **Return Data Type:**     STRING **Implementation:** The **GetValueFromStatusBar** method is called from the ToShowValues method. **See Also:**     [[alltext return full graph text information .htm|AllText]] , [[toshowvalues show all composite text to all graph targets .htm|ToShowValues]]