Adds a dropdown item to the end of the DropDown.
Namespace: Karamasoft.WebControls.UltimateEditorAssembly: 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.