Article ID: 130407
Article Last Modified on 8/19/1999
Property Value
---------------------------------------------------------------------
DragIcon <cFilename> - the name of any .CUR file created with
a cursor editing program such as IMAGEDIT
MousePointer 0 - Default
1 - Arrow
2 - Cross
3 - I-Beam
4 - Icon
5 - Size
6 - Size NE SW
7 - Size NS
8 - Size NW SE
9 - Size WE
10 - Up Arrow
11 - Hourglass
12 - No Drop
The DragIcon property controls the shape of the mouse pointer while an
object is being dragged to a new location. The MousePointer property
controls the shape of an object while the mouse is located over that
object. These two properties may be set in tandem to achieve a desired
effect.
\VFP\SAMPLES\GRAPHICS\DRAGMOVE
ThisForm.setall("MousePointer",12)
ThisForm.setall("MousePointer", 0, "EditBox")
Thisform.Setall("MousePointer",0)
Property Value
----------------------------------------------------------------------
Icon The name of any valid .ICO file
Picture The name of any valid .BMP or .ICO file, or the name of a
general field which contains a .BMP or .ICO.
The Icon property controls the icon displayed when a form is minimized. The
Picture property controls the icon displayed for the following controls
contained within a formset: check box, CommandButton, Form, Image,
OptionButton, and Page.
Version 3.0 Property Version 2.x Commands
-------------------------------------------------------------------------
DragIcon No drag and drop functionality was available
MousePointer SET LIBRARY TO FOXTOOLS
Use REGFN and CALLFN to access the Windows
LoadCursor API call
Form.Picture DEFINE WINDOW ... FILL <bmp file name>
Page.Picture No page frame functionality was available
Check box.Picture Specify the picture as part of an @ GET
CommandButton.Picture command, or use the SHOW GET PROMPT command
OptionButton.Picture to change the picture associated with an
existing control
Image.Picture Specify the picture as part of an @ SAY
BITMAP command.
Form.Icon MODIFY WINDOW ... ICON <icon file name> or
specify the filename in the Window Style dialog
from the Screen, Screen Layout menu.
Additional query words: VFoxWin
Keywords: KB130407