ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfComboBox Class / Text Property

In This Topic
    Text Property (PdfComboBox)
    In This Topic
    Gets or sets the text value of the current combo or list.
    Syntax
    'Declaration
     
    
    Public Overridable Property Text As String
    public virtual string Text {get; set;}
    See Also