DekGenius.com
[ Team LiB ] Previous Section Next Section

FontConverter.FontNameConverter

System.Drawing (system.drawing.dll)sealed class

This class, derived from TypeConverter, is specifically documented as being for internal use only, despite being in the public interface—you should therefore not use this class. It is present to support the designers that deal with font properties.

public sealed class FontConverter.FontNameConverter : System.ComponentModel.TypeConverter {
// Public Constructors
   public FontConverter.FontNameConverter();
// Public Instance Methods
   public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, 
        Type sourceType);  // overrides System.ComponentModel.TypeConverter
   public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context,
        System.Globalization.CultureInfo culture, object value);  // overrides System.ComponentModel.TypeConverter
   public override StandardValuesCollection GetStandardValues(
        System.ComponentModel.ITypeDescriptorContext context);  // overrides System.ComponentModel.TypeConverter
   public override bool GetStandardValuesExclusive(
// overrides System.ComponentModel.TypeConverter
        System.ComponentModel.ITypeDescriptorContext context);
   public override bool GetStandardValuesSupported(
// overrides System.ComponentModel.TypeConverter
        System.ComponentModel.ITypeDescriptorContext context);
// Protected Instance Methods
   protected override void Finalize();  // overrides object
}

Hierarchy

System.Object System.ComponentModel.TypeConverter FontNameConverter

    [ Team LiB ] Previous Section Next Section