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.
Specifies how options are displayed for the selections in a choice field.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Enumeration ChoiceFormatType
'Usage
Dim instance As ChoiceFormatType
public enum ChoiceFormatType
Members
Member name | Description | |
---|---|---|
Dropdown | A drop-down list box. | |
RadioButtons | Option buttons (also known as radio buttons). |
Remarks
This enumeration in the client object model corresponds to the SPChoiceFormatType enumeration in the server object model.