Visit Gigasoft's Web Site
 ProEssentials v9 Help

NoDropCursor

Scope

Pego, Pesgo, Pepso

Type

Handle/Int32

Default

(Built in No-Drop Cursor)

.NET

PeUserInterface.Cursor.NoDrop

Ocx|Vcl

NoDropCursor

DLL

PEP_hNODROPCURSOR

 

Purpose

NoDropCursor is the handle to a Windows cursor which will be used as the controls cursor while zooming extents are too small. 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.NoDrop 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, ZoomCursor