[]
FontNameConverter is a type converter that is used to convert a font name to and from various other representations.
public sealed class FontNameConverter : TypeConverter
Name | Description |
---|---|
FontNameConverter() |
Name | Description |
---|---|
CanConvertFrom(ITypeDescriptorContext, Type) | Determines whether this converter can convert an object of the given source type to the native type of the converter. |
ConvertFrom(ITypeDescriptorContext, CultureInfo, object) | Converts the given object to the native type of the converter. |
GetStandardValues(ITypeDescriptorContext) | Retrieves a collection containing a set of standard values for the data type this validator is designed for. |
GetStandardValuesExclusive(ITypeDescriptorContext) | Determines if the list of standard values returned from GetStandardValues is an exclusive list. If the list is exclusive, then no other values are valid, such as in an enum data type. If the list is not exclusive, then there are other valid values besides the list of standard values GetStandardValues provides. |
GetStandardValuesSupported(ITypeDescriptorContext) | Determines if this object supports a standard set of values that can be selected from a list. |