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.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Function Item ( _
Index As Integer _
) As HtcMenuItem
'Usage
Dim instance As HtcMenuItemCollection
Dim Index As Integer
Dim returnValue As HtcMenuItem
returnValue = instance.Item(Index)
public HtcMenuItem Item(
int Index
)
Parameters
- Index
Type: System.Int32
Return Value
Type: Microsoft.SharePoint.WebControls.HtcMenuItem