SPMobileBaseChoiceField Class
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.
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.SPMobileBooleanField
Microsoft.SharePoint.MobileControls.SPMobileChoiceField
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'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
Remarks
Use this class as a base class for deriving controls to render specific types of choice fields on mobile forms.
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.