Dart.Emulation Namespace > Vt Class : LocalEcho Property |
<DefaultValueAttribute()> Public Property LocalEcho As Boolean
[DefaultValue()] public bool LocalEcho {get; set;}
[DefaultValue()] public: __property bool get_LocalEcho(); public: __property void set_LocalEcho( bool value );
[DefaultValue()] public: property bool LocalEcho { bool get(); void set ( bool value); }
Often, remote hosts will echo sent characters back to the user. If the Vt control is used with LocalEcho set to true, this will result in a "doubling" of characters (i.e., typing "a" will actually display "aa" on the Vt window). Set LocalEcho to false and only one character will be displayed (the "echoed" one received from the remote host). If the remote host does not echo sent characters back, set this property to true to display the character when the key is pressed.
If data is received from the host which causes this property to change, the LocalEchoChanged event is raised.