Gets the StreamType of the file that has been loaded.

Syntax

public StreamType LoadedStreamType { get; }

Examples

This example shows a simple variant of how to use the 'TXTextControl.LoadSettings.LoadedStreamType' property. Here, it is stored in a variable of the type 'TXTextControl.StreamType'.

TXTextControl.LoadSettings ls = new TXTextControl.LoadSettings();
//...
TXTextControl.StreamType loadedStreamType = ls.LoadedStreamType;
//...

Limitations

Read only.