Determines whether a dropdown item is in the DropDown.
Namespace:
Karamasoft.WebControls.UltimateEditorAssembly: UltimateEditor (in UltimateEditor.dll) Version: 3.6.3822.15677
Syntax
| C# |
|---|
public bool Contains( DropDownItem dropDownItem ) |
| Visual Basic (Declaration) |
|---|
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.