TreeViewImageKeyConverter Class
Provides a type converter to convert data for an image key to and from another data type.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The TreeViewImageKeyConverter class is used to convert key values of an image associated with a TreeView control to and from other data types. For more information about type converters, see the TypeConverter base class and How to: Implement a Type Converter.
Note: |
|---|
Typically, you do not directly create an instance of an TreeViewImageKeyConverter. Instead, call the GetConverter method of the TypeDescriptor class. For more information, see the examples in the TypeConverter base class. |
System.ComponentModel.TypeConverter
System.ComponentModel.StringConverter
System.Windows.Forms.ImageKeyConverter
System.Windows.Forms.TreeViewImageKeyConverter
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note: