Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / DropDownItem Class / DropDownItem Constructor
The value for this list item.
The text to display for this list item.

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

    Parameters

    value
    The value for this list item.
    text
    The text to display for this list item.
    See Also