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