ContextMenuTargetCollectionIndexOf Method |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic int IndexOf(
ContextMenuTarget target
)
Public Function IndexOf (
target As ContextMenuTarget
) As Integer
public:
int IndexOf(
ContextMenuTarget^ target
)
member IndexOf :
target : ContextMenuTarget -> int
Parameters
- target
- Type: Kettic.AspNet.ControlsContextMenuTarget
The ContextMenuTarget to locate.
Return Value
Type:
Int32
The zero-based index of tab within the current
ContextMenuTargetCollection,
if found; otherwise, -1.
See Also