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
)
Sub Load (
stream As Stream,
format As RichTextAreaFormat
)
abstract Load :
stream : Stream *
format : RichTextAreaFormat -> unit
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