Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / ChoiceFieldItem Class / ChoiceFieldItem Constructor / ChoiceFieldItem Constructor(String)
The item's text.

In This Topic
    ChoiceFieldItem Constructor(String)
    In This Topic
    Initializes a new instance of the ChoiceFieldItem class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal text As System.String _
    )
    public ChoiceFieldItem( 
       System.string text
    )

    Parameters

    text
    The item's text.
    See Also