xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

MHide()

Hides the mouse cursor.

Syntax

MHide() --> NIL

Return

The function returns always NIL.

Description

The function MHide() exists for compatibility reasons only and is not recommended to use. Hiding 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:MShow(), 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