Click or drag to resize

textInputResult Constructor (IPlatform, inputReadMode, selectZone)

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

Namespace:  imbACE.Services.platform.input
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public textInputResult(
	IPlatform __platform,
	inputReadMode __readMode,
	selectZone __readZone
)
Request Example View Source

Parameters

__platform
Type: imbACE.Services.platform.interfacesIPlatform
__readMode
Type: imbACE.Core.enums.platforminputReadMode
__readZone
Type: selectZone
See Also