DekGenius.com
[ Team LiB ] Previous Section Next Section

FontConverter.FontUnitConverter

System.Drawing (system.drawing.dll)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 class FontConverter.FontUnitConverter : System.ComponentModel.EnumConverter {
// Public Constructors
   public FontConverter.FontUnitConverter();
// Public Instance Methods
   public override StandardValuesCollection GetStandardValues(
        System.ComponentModel.ITypeDescriptorContext context);  // overrides System.ComponentModel.EnumConverter
}

Hierarchy

System.Object System.ComponentModel.TypeConverter System.ComponentModel.EnumConverter FontUnitConverter

    [ Team LiB ] Previous Section Next Section