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

In This Topic
    Value Property (ComboBoxField)
    In This Topic
    Gets or sets the value of ComboBoxField, value is specified as index of selected item.
    Syntax
    'Declaration
     
    Public Shadows Property Value As System.Integer
    public new System.int Value {get; set;}
    See Also