Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / ComboBoxField Class / DefaultText Property

In This Topic
    DefaultText Property
    In This Topic
    Gets or sets the default value of this ComboBoxField as a string. This property is used to specify the default value of the ComboBoxField if its Editable property is true.
    Syntax
    'Declaration
     
    Public Property DefaultText As System.String
    public System.string DefaultText {get; set;}
    See Also