Adds a dropdown item to the end of the DropDown.

Namespace: Karamasoft.WebControls.UltimateEditor
Assembly: UltimateEditor (in UltimateEditor.dll) Version: 3.7.4186.26618

Syntax

C#
public int Add(
	DropDownItem dropDownItem
)
Visual Basic
Public Function Add ( _
	dropDownItem As DropDownItem _
) As Integer
Visual C++
public:
int Add(
	DropDownItem^ dropDownItem
)

Parameters

dropDownItem
Type: Karamasoft.WebControls.UltimateEditor..::..DropDownItem
The dropdown item to be added to the end of the DropDown.

Return Value

The DropDown index at which the dropdown item has been added.

See Also