Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.8 Assembly / (Global) Namespace / dd Class / GetFont Method / GetFont(String,Font) Method

In This Topic
    GetFont(String,Font) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetFont( _
       ByVal path As System.String, _
       ByVal defaultValue As System.Drawing.Font _
    ) As System.Drawing.Font
    public System.Drawing.Font GetFont( 
       System.string path,
       System.Drawing.Font defaultValue
    )

    Parameters

    path
    defaultValue
    See Also