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!

SelectionRangeConverter Class

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

Object
   TypeConverter
      SelectionRangeConverter

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

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

SelectionRangeConverter Members | System.WinForms Namespace