Click or drag to resize

IMcGraphOverlayExToolCursor Property

A cursor to use when an identified tool is running on this overlay.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
Property ToolCursor ( 
	WhichToolCursor As mcWhichToolCursor
) As Object
	Get
	Set

Parameters

WhichToolCursor
Type: MediaCy.IQL.Display.OverlaysmcWhichToolCursor
An index value identifying which tool cursor is being set or accessed. Some values are pre-defined in the mcWhichToolCursor enumeration, but any value may be supplied for custom tools.

Property Value

Type: Object
Remarks
Currently, the only supported ToolCursor is the selection Arrow for the selection tool. On assignment, the assigning value may be either a string holding a Cursor file specification, or it may be a HCURSOR value. On access, the property is always exposed as a HCURSOR value encoded as an unsigned integer with the same bit-length as pointer values (32-bits under Win32 and 64-bits under Win64); the exposed value will be zero if the default tool cursor is to be used. Assigning a value of zero or an Empty Variant will restore the specified tool cursor to its default. The ToolCursor property is not saved or loaded by the McGraphOverlay.Save/Load methods and it is not copied during a McGraphOverlay.Import operation.
See Also