Visit Gigasoft's Web Site
 ProEssentials v9 Help

ZoomCursor

Scope

Pego, Pesgo, Pepso

Type

Handle/Int32

Default

Default (Built in Magnifying Glass)

.NET

PeUserInterface.Cursor.Zoom

Ocx|Vcl

ZoomCursor

DLL

PEP_hZOOMCURSOR

 

Purpose

ZoomCursor is the handle to a Windows cursor which will be used as the controls cursor while zooming. 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.Zoom members of Pego.PeUserInterface.Cursor, Pesgo.PeUserInterface.Cursor, Pepso.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, dont forget to reset this property back to its original value and use DestroyCursor to free resources.

 

See Also: ArrowCursor, HandCursor, NoDropCursor