StatusBar.DisplayPosition Method (Typed) | |
Enable the display of a coordinate pair on the status bar.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax 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 |
---|
You must call this method before calling StatusBar:Show(). |
See Also