Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the index of the menu item.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function IndexOf ( _
objItem As HtmlMenuItem _
) As Integer
'Usage
Dim instance As HtmlMenuItemCollection
Dim objItem As HtmlMenuItem
Dim returnValue As Integer
returnValue = instance.IndexOf(objItem)
public int IndexOf(
HtmlMenuItem objItem
)
Parameters
- objItem
Type: Microsoft.SharePoint.Portal.WebControls.HtmlMenuItem
Object that contains the menu item.
Return Value
Type: System.Int32
A 32-bit signed integer that represents the index of the menu item.