Input for WinForms | ComponentOne
C1.Win.Input.Pickers.FontPicker Namespace / InvalidFontFamily Class / InvalidFontFamily Constructor

In This Topic
    InvalidFontFamily Constructor
    In This Topic
    Initializes a new instance of the InvalidFontFamily class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal fontPicker As C1FontPicker _
    )
    public InvalidFontFamily( 
       C1FontPicker fontPicker
    )

    Parameters

    fontPicker
    See Also