Dart.PowerTCP.SslSockets Namespace > Server Class : Editor Property (Server) |
In Visual Studio.NET, displays an interactive form to use to test real time protocol operations.
[Visual Basic]
<DescriptionAttribute("Test real-time Server operations.")>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ServerEditor, Dart.PowerTCP.SslSockets, Version=1.1.1.26430, Culture=neutral, PublicKeyToken=5966291b8955e4bb")>
<CategoryAttribute("Design")>
Public Property Editor As Object
[C#]
[DescriptionAttribute("Test real-time Server operations.")]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ServerEditor, Dart.PowerTCP.SslSockets, Version=1.1.1.26430, Culture=neutral, PublicKeyToken=5966291b8955e4bb")]
[CategoryAttribute("Design")]
public object Editor {get; set;}
[C++]
[DescriptionAttribute("Test real-time Server operations.")]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ServerEditor, Dart.PowerTCP.SslSockets, Version=1.1.1.26430, Culture=neutral, PublicKeyToken=5966291b8955e4bb")]
[CategoryAttribute("Design")]
public: __property Object* get_Editor();
public: __property void set_Editor(
Object* value
);
[C++/CLI]
[DescriptionAttribute("Test real-time Server operations.")]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ServerEditor, Dart.PowerTCP.SslSockets, Version=1.1.1.26430, Culture=neutral, PublicKeyToken=5966291b8955e4bb")]
[CategoryAttribute("Design")]
public:
property Object^ Editor {
Object^ get();
void set (Object^ value);
}
An EditorForm to use in VS.NET to test protocol operations.
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.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.