xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

MShow()

Displays the mouse cursor.

Syntax

MShow() --> NIL

Return

The function returns always NIL.

Description

The function MShow() exists for compatibility reasons only and is not recommended to use. Displaying the mouse cursor is only relevant when an application runs in full screen mode. Use function MSetCursor() for hiding/displaying the mouse cursor in such an application.

Info

See also:MHide(), MSetCursor()
Category: Mouse functions
Source:rtl\mouseapi.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe