PowerTCP Sockets for .NET
Pty Property




Syntax
'Declaration
 
<DefaultValueAttribute("")>
Public Property Pty As TextBoxBase
'Usage
 
Dim instance As PtyBase
Dim value As TextBoxBase
 
instance.Pty = value
 
value = instance.Pty
[DefaultValue("")]
public TextBoxBase Pty {get; set;}
[DefaultValue("")]
public: __property TextBoxBase* get_Pty();
public: __property void set_Pty( 
   TextBoxBase* value
);
[DefaultValue("")]
public:
property TextBoxBase^ Pty {
   TextBoxBase^ get();
   void set (    TextBoxBase^ value);
}
See Also

Reference

PtyBase Class
PtyBase Members


PowerTCP Sockets for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic