[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.DropDownItem.-ctor

DropDownItem Constructor

DropDownItem(string, string)

Initializes a new instance of the DropDownItem class.

Declaration
public DropDownItem(string value, string text = null)
Parameters
Type Name Description
string value

The value for this list item.

string text

The text to display for this list item.