Click or drag to resize

ISupportsCursorWriteAndSelectwrite Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
upisuje prosledjen unos, primenjuje limit ako je dat - ako nije> limit je u skladu za zonom

Namespace:  imbACE.Services.textBlocks.interfaces
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
void write(
	textCursor cursor,
	string input,
	int limit = -1,
	bool writeCompleteLine = false
)
Request Example View Source

Parameters

cursor
Type: imbACE.Services.textBlocks.coretextCursor
input
Type: SystemString
limit (Optional)
Type: SystemInt32
writeCompleteLine (Optional)
Type: SystemBoolean
See Also