Alsing.Drawing.GDI.FontList.GetPaintValueSupported C# (CSharp) Method

GetPaintValueSupported() public method

public GetPaintValueSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
return bool
        public override bool GetPaintValueSupported(ITypeDescriptorContext context)
        {
            return true;
        }
    }