ChoiceFormatType enumeration

Enumeration that specifies how options are displayed for the selections in a choice field.

Namespace:  Microsoft.SharePoint.Client
Assembly:  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.

See also

Reference

Microsoft.SharePoint.Client namespace