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

In This Topic
    AllowInvalidFontFamily Property
    In This Topic
    Gets or sets a value indicating whether the user can set an incorrect string as SelectedFontFamily or not.
    Syntax
    'Declaration
     
    
    Public Property AllowInvalidFontFamily As Boolean
    public bool AllowInvalidFontFamily {get; set;}
    Remarks
    An incorrect string is non-empty string that isn't the FontFamily name of any of the installed fonts.
    See Also