Limitations
Read only.
Gets the Stream
public StreamType LoadedStreamType { get; }
This example shows a simple variant of how to use the 'TXText
TXTextControl.LoadSettings ls = new TXTextControl.LoadSettings();
//...
TXTextControl.StreamType loadedStreamType = ls.LoadedStreamType;
//...
Read only.