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




Returns the background color for the cell.

Syntax

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

Property Value

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

Remarks

If no background 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.