Adds the item.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public DropDownItem Add(
	string text
)
Public Function Add ( 
	text As String
) As DropDownItem
public:
DropDownItem^ Add(
	String^ text
)
member Add : 
        text : string -> DropDownItem 

Parameters

text
String
The text.

Return Value

DropDownItem

See Also