ComponentOne Input for WinForms
C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / InvalidFontFamily Class / DisplayedText Property

In This Topic
    DisplayedText Property
    In This Topic
    Gets or sets the text shown in the 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 C1FontPicker's editor.
    See Also