System.Windows.Forms.LinkConverter: Method Members

The methods of System.Windows.Forms.LinkConverter are listed below. For a list of all members, see the LinkConverter Members list.

See Also: Inherited members from System.ComponentModel.TypeConverter

Public Methods

override
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, Type) : bool

Retrieves a value that determines if this System.Windows.Forms.LinkConverter can convert an object having the specified context and source type to the native type of the System.Windows.Forms.LinkConverter.

override
CanConvertTo(System.ComponentModel.ITypeDescriptorContext, Type) : bool

Retrieves a value that determines if this System.Windows.Forms.LinkConverter can convert an object having the specified context to the specified type.

override
ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, object) : object

Converts the specified object to the native type of the System.Windows.Forms.LinkConverter.

override
ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, object, Type) : object

Converts the specified object to another type.