ContextMenuTargetCollectionContains Method |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool Contains(
ContextMenuTarget target
)
Public Function Contains (
target As ContextMenuTarget
) As Boolean
public:
bool Contains(
ContextMenuTarget^ target
)
member Contains :
target : ContextMenuTarget -> bool
Parameters
- target
- Type: Kettic.AspNet.ControlsContextMenuTarget
The ContextMenuTarget object to find.
Return Value
Type:
Booleantrue if the current collection contains the specified
ContextMenuTarget object;
otherwise, false.
See Also