SocketTools .NET Edition

Terminal.Cell Field

Gets and sets information about a character cell in the virtual display.

[Visual Basic]
<Browsable(Browsable:=False), _  Description(Description:="Returns information about the specified character cell in the display.")>
Public ReadOnly Cell As DisplayCells
[C#]
[Browsable(Browsable=False)]
[Description(Description="Returns information about the specified character cell in the display.")]
public readonly DisplayCells Cell;

Remarks

The Cell property is used to determine the character and attributes for a specific character cell in the virtual display. The contents of the character cell can also be changed by assigning a value to this property.

See Also

Terminal Class | SocketTools Namespace