This topic has not yet been rated - Rate this topic

SPMobileForm Class

Windows SharePoint Services 3
Groups mobile controls together.

Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] 
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)] 
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] 
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)] 
public sealed class SPMobileForm : Form

SPMobileForms cannot be nested. For nested groupings of mobile controls, use SPMobileControlContainer.

System.Object
   System.Web.UI.Control
     System.Web.UI.MobileControls.MobileControl
       System.Web.UI.MobileControls.Panel
         System.Web.UI.MobileControls.Form
          Microsoft.SharePoint.MobileControls.SPMobileForm
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.