Visit Gigasoft's Web Site
 ProEssentials v9 Help

SizeNSCursor

Scope

Pego, Pesgo

Type

Handle/Int32

Default

11 (SIZENS)

.NET

PeUserInterface.Cursor.SizeNS

Ocx|Vcl

ArrowCursor

DLL

PEP_hSIZENSCURSOR

 

Purpose

SizeNSCursor is the handle to a Windows cursor which will be used as the controls NS arrow. 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.SizeNS members of Pego.PeUserInterface.Cursor, Pesgo.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 1 and use DestroyCursor on the cursor handle you created with LoadCursor.

 

See Also: HandCursor, ZoomCursor, and NoDropCursor