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

In This Topic
    Text Property (C1Combo)
    In This Topic
    Returns or sets the text displayed in the editor.
    Syntax
    'Declaration
     
    
    Public Overrides Property Text As String
    public override string Text {get; set;}
    See Also