Navigation:  ABC Library Reference > GraphClass > GraphClass Methods >====== MouseYText (generate Y coordinate text only) ====== Previous pageReturn to chapter overviewNext page

MouseYText( parShow )

blk2blue.jpg

MouseYText Returns text of the active Y mouse coordinate.
parShow Flag to conditionally suppress return value.

The MouseYText method returns the text of the active Y mouse coordinate. If parShow is set to FALSE, the node text is suppressed, and an empty string is returned.

Return Data Type:     STRING

Implementation:

The MouseYText method is called from the MouseText method.

See Also:     AllText , MouseText