Gets and sets information about a character cell in the virtual
display.
[Visual Basic]
<Description(Description:="Returns
information about the specified character cell in the display."), _
Browsable(Browsable:=False)>
Public ReadOnly Cell As
DisplayCells
[C#]
[Description(Description="Returns
information about the specified character cell in the
display.")]
[Browsable(Browsable=False)]
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