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!

KeysConverter Class

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

Object
   TypeConverter
      KeysConverter

[Visual Basic]
Public Class KeysConverter
   Inherits TypeConverter
   Implements IComparer
[C#]
public class KeysConverter : TypeConverter, IComparer
[C++]
public __gc class KeysConverter : public TypeConverter, IComparer
[JScript]
public class KeysConverter extends TypeConverter, IComparer

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

KeysConverter Members | System.WinForms Namespace