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

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

Syntax

C#
public void Insert(
	int index,
	DropDownItem dropDownItem
)
Visual Basic
Public Sub Insert ( _
	index As Integer, _
	dropDownItem As DropDownItem _
)
Visual C++
public:
void Insert(
	int index, 
	DropDownItem^ dropDownItem
)

Parameters

index
Type: System..::..Int32
The zero-based index at which dropdown item should be inserted.
dropDownItem
Type: Karamasoft.WebControls.UltimateEditor..::..DropDownItem
The dropdown item to insert.

See Also