Color Property (Read Only) |
Top Previous Next |
Returns an integer that represents the default color corresponding to the standard or extended field attribute.
VB.NET Syntax
[System.Drawing.Color =] Field.Color
C# Syntax
[System.Drawing.Color =] Field.Color;
Remarks
This property returns an integer value and it's a terminal-emulation behavior attribute. Normally, you should consider this property if you are going to implement a terminal emulation program.
|