NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TreeNodeConverter Class

TreeNodeConverter is a class that can be used to convert TreeNode objects from one data type to another. Access this class through the TypeDescriptor.

Object
   TypeConverter
      TreeNodeConverter

[Visual Basic]
Public Class TreeNodeConverter
   Inherits TypeConverter
[C#]
public class TreeNodeConverter : TypeConverter
[C++]
public __gc class TreeNodeConverter : public TypeConverter
[JScript]
public class TreeNodeConverter extends TypeConverter

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

TreeNodeConverter Members | System.WinForms Namespace