System.Windows.Forms.LinkConverter Members

The members of System.Windows.Forms.LinkConverter are listed below.

See Also: Inherited members from System.ComponentModel.TypeConverter

Public Constructors

Initializes a new instance of the System.Windows.Forms.LinkConverter class.

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.