PowerTCP Emulation for .NET
Inverse Property




Gets or sets a value that determines whether the foreground and background colors are switched.
Syntax
<DefaultValueAttribute()>
Public Property Inverse As Boolean
Dim instance As Vt
Dim value As Boolean
 
instance.Inverse = value
 
value = instance.Inverse
[DefaultValue()]
public bool Inverse {get; set;}
[DefaultValue()]
public: __property bool get_Inverse();
public: __property void set_Inverse( 
   bool value
);
[DefaultValue()]
public:
property bool Inverse {
   bool get();
   void set (    bool value);
}

Property Value

true if the foreground and background colors should be switched; false otherwise. The default value is false.
Remarks

The ForeColor property sets the foreground color, and the BackColor property sets the background color.

If data is received from the host which causes this property to change, the InverseChanged event is raised.

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