PowerTCP Emulation for .NET CF
ForeColor Property
See Also  Send comments on this topic.
Dart.Emulation Namespace > Cell Structure : ForeColor Property




Returns the foreground color for the cell.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ForeColor As Color
Visual Basic (Usage)Copy Code
Dim instance As Cell
Dim value As Color
 
value = instance.ForeColor
C# 
public Color ForeColor {get;}
Managed Extensions for C++ 
public: __property Color get_ForeColor();
C++/CLI 
public:
property Color ForeColor {
   Color get();
}

Property Value

A System.Drawing.Color value specifying the foreground color for the cell.

Remarks

If no foreground color is specified for the cell, this property will return Color.Empty.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.