[]
        
(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)
Public Sub New(value As String, Optional text As String = Nothing)
Parameters
Type Name Description
string value

The value for this list item.

string text

The text to display for this list item.