HtcMenu.FMenuSupportedOnBrowser Method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Shared Function FMenuSupportedOnBrowser ( _
context As HttpContext _
) As Boolean
'Usage
Dim context As HttpContext
Dim returnValue As Boolean
returnValue = HtcMenu.FMenuSupportedOnBrowser(context)
public static bool FMenuSupportedOnBrowser(
HttpContext context
)
Parameters
- context
Type: System.Web.HttpContext
Return Value
Type: System.Boolean