LayerSetCursorAttribΒΆ

LayerSetCursorAttrib sets the cursor attributes.

bool = LayerSetCursorAttrib(hLayer, nAttrib)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

hLayer

hLayer is the handle of a diagram (layer).

nAttrib

nAttrib is an or combination of the following values:

Name Value
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