[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 SetMouse()
 Set the mouse shape.
------------------------------------------------------------------------------

 Syntax:

     SetMouse( [<nMouseShape>] ) --> <nCurrentSetting>

 Arguments:

     <nMouseShape> is an otptional numeric expression indicating the shape
     of the mouse.  To make specifying mouse shapes easier, the header file
     Mouse.ch is supplied assigning descriptive names to the various mouse
     shapes as shown in the table below:

     Table: Mouse Shapes
     ----------------------------------------------------------------------
     Shape                          Value             Mouse.ch
     ----------------------------------------------------------------------
     None                           6                 MOUSE_OFF
     Arrow Pointer                  7                 MOUSE_ON
     Hour Glass                     8                 MOUSE_WAIT
     ----------------------------------------------------------------------

 Returns:

     SetMouse() returns the current mouse shape as a numeric value.

 Description:

     SetMouse() is used to change or inquire as to the current shape
     of the mouse pointer.  If no parameters are passed, the current shape
     is returned only.


 Files:  Library is MOUSE.LIB and MOUSE.CH.

See Also: IsMouse() MOUSE.PRG
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson