Click or drag to resize

textCursor Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the textCursor class

Namespace:  imbACE.Services.textBlocks.core
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public textCursor(
	ISupportsBasicCursor __target,
	textCursorMode __mode,
	textCursorZone __zone
)
Request Example View Source

Parameters

__target
Type: ISupportsBasicCursor
__mode
Type: textCursorMode
__zone
Type: textCursorZone
See Also