SPMobileChoiceField Class

Renders a field that gets a value when a user picks exactly one option from a finite number of options.

Inheritance Hierarchy

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.SPMobileChoiceField
                

Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class SPMobileChoiceField _
    Inherits SPMobileBaseChoiceField
'Usage
Dim instance As SPMobileChoiceField
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class SPMobileChoiceField : SPMobileBaseChoiceField

Remarks

For a control that renders a field in which the user can pick multiple options, see SPMobileMultiChoiceField.

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.

See Also

Reference

SPMobileChoiceField Members

Microsoft.SharePoint.MobileControls Namespace

Inheritance Hierarchy

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.SPMobileChoiceField
                Microsoft.SharePoint.MobileControls.SPMobileLookupField
                Microsoft.SharePoint.MobileControls.SPMobileModStatField
                Microsoft.SharePoint.MobileControls.SPMobileMultiChoiceField
                Microsoft.SharePoint.MobileControls.SPMobileWorkflowStatusField