Navigation:  ABC Library Reference > GraphClass > GraphClass Methods >====== GetValueFromStatusBar (return status bar zone contents) ====== Previous pageReturn to chapter overviewNext page

GetValueFromStatusBar( statuszone )

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 , ToShowValues