DekGenius.com
[ Team LiB ] Previous Section Next Section

TreeNodeConverter

System.Windows.Forms (system.windows.forms.dll)class

This System.ComponentModel.TypeConverter for TreeNode objects is used in serialization and design-time scenarios, and would not normally be called from your own code.

public class TreeNodeConverter : System.ComponentModel.TypeConverter {
// Public Constructors
   public TreeNodeConverter();
// Public Instance Methods
   public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context,
        Type destinationType);  // overrides System.ComponentModel.TypeConverter
   public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, 
        System.Globalization.CultureInfo culture, object value, 
        Type destinationType);  // overrides System.ComponentModel.TypeConverter
}

Hierarchy

System.Object System.ComponentModel.TypeConverter TreeNodeConverter

    [ Team LiB ] Previous Section Next Section