UltimateEditor Class Library

DropDown.Add Method 

Adds a dropdown item to the end of the DropDown.

[Visual Basic]
Public Function Add( _
   ByVal dropDownItem As DropDownItem _
) As Integer
[C#]
public int Add(
   DropDownItem dropDownItem
);

Parameters

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

DropDown Class | Karamasoft.WebControls.UltimateEditor Namespace