The members of System.Windows.Forms.SelectionRangeConverter are listed below.
See Also: Inherited members from System.ComponentModel.TypeConverter
Public Constructors
Public Methods
override | CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, Type) : bool
Determines if this converter can convert an object of the specified source type to the native type of the converter by querying the supplied type descriptor context.
|
override | CanConvertTo(System.ComponentModel.ITypeDescriptorContext, Type) : bool
Gets a value indicating whether this converter can convert an object to the specified destination type by using the specified context.
|
override | ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, object) : object
Converts the specified value to the converter's native type by using the specified locale.
|
override | ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, object, Type) : object
Converts the specified System.Windows.Forms.SelectionRangeConverter object to another type by using the specified culture.
|
override | CreateInstance(System.ComponentModel.ITypeDescriptorContext, IDictionary) : object
Creates a System.Windows.Forms.SelectionRange object by using the specified type descriptor and set of property values for that object.
|
override | GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext) : bool
Determines if changing a value on an instance should require a call to erload:System.Windows.Forms.SelectionRangeConverter.CreateInstance to create a new value.
|
override | GetProperties(System.ComponentModel.ITypeDescriptorContext, object, Attribute[]) : System.ComponentModel.PropertyDescriptorCollection
Returns the set of filtered properties for the System.Windows.Forms.SelectionRange type
|
override | GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext) : bool
Determines whether the current object supports properties that use the specified type descriptor context.
|