Edit

LinkConverter Class

Definition

Provides a type converter for LinkLabel.Link objects.

public ref class LinkConverter : System::ComponentModel::TypeConverter
public class LinkConverter : System.ComponentModel.TypeConverter
type LinkConverter = class
    inherit TypeConverter
Public Class LinkConverter
Inherits TypeConverter
Inheritance
LinkConverter

Remarks

Use the LinkConverter class to convert links of one type to another type, and to access standard values and subordinate properties. Access this class through TypeDescriptor.

Constructors

Name Description
LinkConverter()

Initializes a new instance of the LinkConverter class.

Methods

Name Description
CanConvertFrom(ITypeDescriptorContext, Type)

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

CanConvertTo(ITypeDescriptorContext, Type)

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

ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)

Converts the specified object to the native type of the LinkConverter.

ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

Converts the specified object to another type.

Applies to

See also