Input for WinForms | ComponentOne
C1.Win.Input.Pickers Namespace / C1FontPicker Class / InvalidFontFamily Property

In This Topic
    InvalidFontFamily Property
    In This Topic
    Gets or sets a value that determines whether the user can set an incorrect string as SelectedFontFamily or not and provides additional settings for processing incorrect input.
    Syntax
    'Declaration
     
    
    Public Property InvalidFontFamily As InvalidFontFamily
    public InvalidFontFamily InvalidFontFamily {get; set;}
    Remarks
    A string is incorrect as SelectedFontFamily if there is no installed font with such FontFamily.Name.
    See Also