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

In This Topic
    DisplayedText Property
    In This Topic
    Gets or sets the text shown in the C1.Win.Input.Pickers.C1FontPicker's editor for any incorrect input.
    Syntax
    'Declaration
     
    
    Public Property DisplayedText As String
    public string DisplayedText {get; set;}
    Remarks
    Set it to string.Empty to show the user input in the C1.Win.Input.Pickers.C1FontPicker's editor.
    See Also