Terminal.Gui
1.0.0.0
Terminal.Gui.View
To be added.
To be added.
Constructor
1.0.0.0
Public constructor, creates a view on the specified area, with dimensions controlled with the X, Y, Width and Height properties.
To be added.
Constructor
1.0.0.0
To be added.
Public constructor, creates a view on the specified area, with absolute position and size.
Property
1.0.0.0
System.Boolean
To be added.
To be added.
To be added.
Property
1.0.0.0
System.Int32
Gets the cursor column.
The cursor column.
To be added.
Property
1.0.0.0
System.Int32
The current cursor row.
To be added.
To be added.
Method
1.0.0.0
System.Boolean
Path to the file to load.
Loads the contents of the file into the TextView.
true, if file was loaded, false otherwise.
To be added.
Method
1.0.0.0
System.Void
Stream to load the contents from.
Loads the contents of the stream into the TextView.
true, if stream was loaded, false otherwise.
To be added.
Method
1.0.0.0
System.Boolean
To be added.
To be added.
To be added.
To be added.
Method
1.0.0.0
System.Void
Positions the cursor on the current row and column
To be added.
Method
1.0.0.0
System.Boolean
To be added.
To be added.
To be added.
To be added.
Method
1.0.0.0
System.Void
The region to redraw.
Redraw the text editor region
To be added.
Property
1.0.0.0
NStack.ustring
Sets or gets the text in the entry.
To be added.