Visit Gigasoft's Web Site
 ProEssentials v9 Help

HandCursor

Scope

Pego, Pesgo, Pepso, Pe3do, Pepco

Type

Handle/Int32

Default

(Built in Hand/Finger Cursor)

.NET

PeUserInterface.Cursor.Hand

Ocx|Vcl

HandCursor

DLL

PEP_hHANDCURSOR

 

Purpose

HandCursor is the handle to a Windows cursor which will be used as the controls cursor while the mouse is over hot-spots. The following constants will select standard Windows cursors;

  1. ARROW

  2. IBEAM

  3. IDC_WAIT

  4. CROSS

  5. UPARROW

  6. SIZE

  7. ICON (currently not supported)

  8. SIZENWSE

  9. SIZENESW

  10. SIZEWE

  11. SIZENS

Comments

PeUserInterface.Cursor.Hand members of Pego.PeUserInterface.Cursor, Pesgo.PeUserInterface.Cursor, Pepso.PeUserInterface.Cursor, Pe3do.PeUserInterface.Cursor, Pepco.PeUserInterface.Cursor

 

You can use the LoadCursor Windows API to load a cursor and then pass the resulting handle to this property. If you do this, don't forget to reset this property back to its original value and use DestroyCursor to free resources.

 

See Also: ArrowCursor, ZoomCursor, NoDropCursor