PowerTCP Emulation for .NET
BackColor Property (Vt)




Gets or sets the background color for the control.
Syntax
<DefaultValueAttribute()>
Public Overrides Property BackColor As Color
Dim instance As Vt
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
[DefaultValue()]
public override Color BackColor {get; set;}
[DefaultValue()]
public: __property Color get_BackColor() override;
public: __property void set_BackColor( 
   Color value
) override;
[DefaultValue()]
public:
property Color BackColor {
   Color get() override;
   void set (    Color value) override;
}

Property Value

A System.Drawing.Color value.
Remarks

This property defaults to Color.Black.

See Also

Reference

Vt Class
Vt Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic