LayerSetCursorAttrib

LayerSetCursorAttrib setzt die Cursor Attribute.

bool = LayerSetCursorAttrib(hLayer, nAttrib)

Returnwert

bool ist TRUE (1), wenn die Funktion erfolgreich war und sonst FALSE (0).

Parameter

hLayer

hLayer ist die Zugriffsnummer des Diagramms, das mit LayerCreate erzeugt wurde.

nAttrib

nAttrib ist eine Oder-Kombination der folgenden Werte:

Name

Wert

CURSOR_SHOWTWO

1

CURSOR_SHOWHORZ

2

CURSOR_INTERPOLATION

4

CURSOR_PRINT

8

CURSOR_ENABLECALLBACK

16

CURSOR_ONLYACTIVEDIA

32

CURSOR_ONLYACTIVEDATASET

64

CURSOR_HIDEGRID

128

id-1933235