Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields.Maps Namespace / Util Class / ApplyFontToControl Method

In This Topic
    ApplyFontToControl Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub ApplyFontToControl( _
       ByVal font As Font, _
       ByVal ctl As Control _
    ) 
    public static void ApplyFontToControl( 
       Font font,
       Control ctl
    )

    Parameters

    font
    ctl
    See Also