UltimateEditor Class Library

DropDown.Insert Method 

Inserts a dropdown item into the DropDown at the specified index.

[Visual Basic]
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal dropDownItem As DropDownItem _
)
[C#]
public void Insert(
   int index,
   DropDownItem dropDownItem
);

Parameters

index
The zero-based index at which dropdown item should be inserted.
dropDownItem
The dropdown item to insert.

See Also

DropDown Class | Karamasoft.WebControls.UltimateEditor Namespace