Cursor

Ext_Cursor(HCtrl,
Shape)

Set cursor shape for control or window.

Dependencies

Win 1.22

Parameters

HCtrlControl handle.
ShapeName of the system cursor to set or cursor handle or full cursor path (must have .ani or .cur extension).

System Cursors

appstartingStandard arrow and small hourglass.
arrowStandard arrow.
crossCrosshair.
handHand.
helpArrow and question mark.
ibeamI-beam.
iconObsolete for applications marked version 4.0 or later.
noSlashed circle.
sizeObsolete for applications marked version 4.0 or later.  Use SIZEALL.
sizeallFour-pointed arrow pointing north, south, east, and west.
sizeneswDouble-pointed arrow pointing northeast and southwest.
sizensDouble-pointed arrow pointing north and south.
sizenwseDouble-pointed arrow pointing northwest and southeast.
sizeweDouble-pointed arrow pointing west and east.
uparrowVertical arrow.
waitHourglass.
sizewe_bigBig double-pointed arrow pointing west and east.
sizeall_bigBig four-pointed arrow pointing north, south, east, and west.
sizen_bigBig arrow pointing north.
sizes_bigBig arrow pointing south.
sizew_bigBig arrow pointing west.
sizee_bigBig arrow pointing east.
sizenw_bigBig double-pointed arrow pointing north and west.
sizene_bigBig double-pointed arrow pointing north and east.
sizesw_bigBig double-pointed arrow pointing south and west.
sizese_bigBig double-pointed arrow pointing south and east.

Remarks

Setting the same cursor type on several controls uses the same cursor resource.  Some controls may host child windows.  In that case you should pass handle of the topmost child window it contains instead handle of the control itself (for instance RaGrid, SpreedSheat ...)

About

Set of window functions.
Close