Calendar for WinForms | ComponentOne
C1.Win.C1Input 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 C1FontPicker's Value 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 C1FontPicker's Value if there is no installed font with such FontFamily.Name. Setting InvalidFontFamily.AllowInvalidFontFamily to true will set TextDetached property to true. Don't use
    See Also