WebPartMobileExpandCollapseScriptManager Class
Provides rendering of the ECMAScript (JavaScript and JScript) that implements the visual expansion and collapse of a Web Part on a mobile page.
Inheritance Hierarchy
System.Object
System.Web.UI.Control
System.Web.UI.MobileControls.MobileControl
Microsoft.SharePoint.WebPartPages.WebPartMobileExpandCollapseScriptManager
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class WebPartMobileExpandCollapseScriptManager _
Inherits MobileControl
'Usage
Dim instance As WebPartMobileExpandCollapseScriptManager
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class WebPartMobileExpandCollapseScriptManager : MobileControl
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.