Click or drag to resize

StatusBar.DisplayPosition Method

X#
Enable the display of a coordinate pair on the status bar.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD DisplayPosition() AS USUAL
Request Example View Source

Return Value

Type: Usual
Remarks
The pair is usually the mouse position, but you can supply any Pair object you like, such as a dimension or a point. You must keep the display refreshed as necessary by assigning pairs to the status bar's Position pseudo-variable.
Tip Tip
You must call this method before calling StatusBar:Show().
See Also