PowerTCP Emulation for .NET
ForeColor Property (Vt)




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

Property Value

A System.Drawing.Color value.
Remarks

This property defaults to light gray (RGB: 229, 229, 229).

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