SPChoiceFormatType Enumeration

Specifies how options for how to display selections in a choice field.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<SubsetCallableTypeAttribute> _
<ClientCallableTypeAttribute(Name := "ChoiceFormatType")> _
Public Enumeration SPChoiceFormatType
'Usage
Dim instance As SPChoiceFormatType
[SubsetCallableTypeAttribute]
[ClientCallableTypeAttribute(Name = "ChoiceFormatType")]
public enum SPChoiceFormatType

Members

Member name Description
Dropdown Drop-down list box.
RadioButtons Option buttons.

See Also

Reference

Microsoft.SharePoint Namespace