PowerTCP Emulation for .NET
LocalEcho Property (PtyBase)




Set to true if the Pty property is used and keystrokes should be displayed in the textbox.
Syntax
<DefaultValueAttribute()>
Public Property LocalEcho As Boolean
Dim instance As PtyBase
Dim value As Boolean
 
instance.LocalEcho = value
 
value = instance.LocalEcho
[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);
}
Remarks
This property controls the behavior of the TextBox assigned to the Pty property. For example, the Pop protocol does not echo sent characters to the screen. Set this property to true to see the characters being sent to the Pop server. Defaults to false.
See Also

Reference

PtyBase Class
PtyBase Members


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