This topic has not yet been rated - Rate this topic

SPControl.IsAccessibilityMode method

Gets or sets a value that indicates whether accessibility mode is set for the control.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public static bool IsAccessibilityMode(
	HttpContext context
)

Parameters

context
Type: System.Web.HttpContext
The HTTP context of the request.

Return value

Type: System.Boolean
true if accessibility mode is set; otherwise, false.

A control can alter its behavior if accessibility mode is turned on for the control.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.