PowerTCP Mail for .NET
Editor Property
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > Imap Class : Editor Property




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

Syntax

Visual Basic (Declaration) 
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ImapEditor, Dart.PowerTCP.Mail, Version=3.1.9.130, Culture=neutral, PublicKeyToken=5966291b8955e4bb")>
<DescriptionAttribute("Test real-time IMAP operations.")>
<CategoryAttribute("Design")>
Public Property Editor As Object
Visual Basic (Usage)Copy Code
Dim instance As Imap
Dim value As Object
 
instance.Editor = value
 
value = instance.Editor
C# 
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ImapEditor, Dart.PowerTCP.Mail, Version=3.1.9.130, Culture=neutral, PublicKeyToken=5966291b8955e4bb")]
[DescriptionAttribute("Test real-time IMAP operations.")]
[CategoryAttribute("Design")]
public object Editor {get; set;}
Managed Extensions for C++ 
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ImapEditor, Dart.PowerTCP.Mail, Version=3.1.9.130, Culture=neutral, PublicKeyToken=5966291b8955e4bb")]
[DescriptionAttribute("Test real-time IMAP operations.")]
[CategoryAttribute("Design")]
public: __property Object* get_Editor();
public: __property void set_Editor( 
   Object* value
);
C++/CLI 
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ImapEditor, Dart.PowerTCP.Mail, Version=3.1.9.130, Culture=neutral, PublicKeyToken=5966291b8955e4bb")]
[DescriptionAttribute("Test real-time IMAP operations.")]
[CategoryAttribute("Design")]
public:
property Object^ Editor {
   Object^ get();
   void set (    Object^ value);
}

Property Value

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

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.