Click or drag to resize

ITextBufferLoad Method

Loads the specified format from the stream, replacing the content of the buffer.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void Load(
	Stream stream,
	RichTextAreaFormat format
)

Parameters

stream
Type: System.IOStream
Stream to load from.
format
Type: Eto.FormsRichTextAreaFormat
Format of the stream to load.
Remarks
The CaretIndex and Selection will be set to the end of the string after set.
See Also