Determines whether a dropdown item is in the DropDown.
Namespace: Karamasoft.WebControls.UltimateEditorAssembly: UltimateEditor (in UltimateEditor.dll) Version: 3.7.4186.26618
Syntax
| C# |
|---|
public bool Contains( DropDownItem dropDownItem ) |
| Visual Basic |
|---|
Public Function Contains ( _ dropDownItem As DropDownItem _ ) As Boolean |
| Visual C++ |
|---|
public: bool Contains( DropDownItem^ dropDownItem ) |
Parameters
- dropDownItem
- Type: Karamasoft.WebControls.UltimateEditor..::..DropDownItem
The dropdown item to locate in the DropDown.