ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / EditorFont Property

In This Topic
    EditorFont Property (C1Combo)
    In This Topic
    Returns or sets the font associated with the text box portion of a C1Combo control.
    Syntax
    'Declaration
     
    
    Public Property EditorFont As Font
    public Font EditorFont {get; set;}
    See Also