Click or drag to resize

cursor Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the cursor class.

Namespace:  imbSCI.Core.reporting.zone
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public cursor(
	cursorZone __target,
	textCursorMode __mode,
	textCursorZone __zone,
	string __name = "c"
)
Request Example View Source

Parameters

__target
Type: imbSCI.Core.reporting.zonecursorZone
The target.
__mode
Type: imbSCI.Core.reporting.zonetextCursorMode
The mode.
__zone
Type: imbSCI.Core.reporting.zonetextCursorZone
The zone.
__name (Optional)
Type: SystemString
See Also