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




Gets or sets the background color for the control.

Syntax

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

Property Value

A System.Drawing.Color value.

Remarks

This property defaults to SystemColors.Window.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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