See Also

Tcp Class  | Tcp Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerTCP SSL Sockets for .NET

Editor Property

Dart.PowerTCP.SslSockets Namespace > Tcp Class : Editor Property (Tcp)

In Visual Studio.NET, displays an interactive form to use to test real time protocol operations.

[Visual Basic]
<DesignerSerializationVisibilityAttribute()> <DescriptionAttribute("Test real-time TCP operations and proxy settings.")> <CategoryAttribute("Design")> <EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="TcpEditor, Dart.PowerTCP.SslSockets, Version=1.1.1.26430, Culture=neutral, PublicKeyToken=5966291b8955e4bb")> Public Property Editor As Object
[C#]
[DesignerSerializationVisibilityAttribute()] [DescriptionAttribute("Test real-time TCP operations and proxy settings.")] [CategoryAttribute("Design")] [EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="TcpEditor, Dart.PowerTCP.SslSockets, Version=1.1.1.26430, Culture=neutral, PublicKeyToken=5966291b8955e4bb")] public object Editor {get; set;}
[C++]
[DesignerSerializationVisibilityAttribute()] [DescriptionAttribute("Test real-time TCP operations and proxy settings.")] [CategoryAttribute("Design")] [EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="TcpEditor, Dart.PowerTCP.SslSockets, Version=1.1.1.26430, Culture=neutral, PublicKeyToken=5966291b8955e4bb")] public: __property Object* get_Editor(); public: __property void set_Editor(    Object* value );
[C++/CLI]
[DesignerSerializationVisibilityAttribute()] [DescriptionAttribute("Test real-time TCP operations and proxy settings.")] [CategoryAttribute("Design")] [EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="TcpEditor, Dart.PowerTCP.SslSockets, Version=1.1.1.26430, Culture=neutral, PublicKeyToken=5966291b8955e4bb")] public: property Object^ Editor {    Object^ get();    void set (Object^ value); }

Return Type

An EditorForm to use in VS.NET to test protocol operations.

Remarks

This property can only be used by clicking this property in the Properties Window in Visual Studio.NET. This will open an application which can be used to test protocol operation. The EditorForm will not be available if the PowerTCP component is being used as a reference.

The Object.Editor property can ONLY be used at design time in the Visual Studio.NET environment.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Tcp Class  | Tcp Members


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.