Class FontNameConverter
Inheritance
System.Object
FontNameConverter
Assembly: cs.temp.dll.dll
Syntax
public class FontNameConverter : StringConverter
Properties
Fonts
Declaration
public List<string> Fonts { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.String> |
|
Methods
GetStandardValues(ITypeDescriptorContext)
Declaration
public override TypeConverter.StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
Parameters
| Type |
Name |
Description |
| ITypeDescriptorContext |
context |
|
Returns
| Type |
Description |
| TypeConverter.StandardValuesCollection |
|
GetStandardValuesExclusive(ITypeDescriptorContext)
Declaration
public override bool GetStandardValuesExclusive(ITypeDescriptorContext context)
Parameters
| Type |
Name |
Description |
| ITypeDescriptorContext |
context |
|
Returns
| Type |
Description |
| System.Boolean |
|
GetStandardValuesSupported(ITypeDescriptorContext)
Declaration
public override bool GetStandardValuesSupported(ITypeDescriptorContext context)
Parameters
| Type |
Name |
Description |
| ITypeDescriptorContext |
context |
|
Returns
| Type |
Description |
| System.Boolean |
|