Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
Provides core functionality for controls that render fields whose value is usually selected by users from a set of options, such as a drop-down list, a set of option buttons, or a set of check boxes.
System.Object
System.Web.UI.Control
System.Web.UI.MobileControls.MobileControl
Microsoft.SharePoint.MobileControls.SPMobileComponent
Microsoft.SharePoint.MobileControls.SPMobileFieldMetaData
Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl
Microsoft.SharePoint.MobileControls.SPMobileBaseChoiceField
Microsoft.SharePoint.MobileControls.SPMobileBooleanField
Microsoft.SharePoint.MobileControls.SPMobileChoiceField
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class SPMobileBaseChoiceField _
Inherits SPMobileBaseFieldControl
'Usage
Dim instance As SPMobileBaseChoiceField
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class SPMobileBaseChoiceField : SPMobileBaseFieldControl
Use this class as a base class for deriving controls to render specific types of choice fields on mobile forms.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Please sign in to use this experience.
Sign in