ChoiceFieldFormat Enumeration
SharePoint Designer Developer Reference |
ChoiceFieldFormat can be one of these ChoiceFieldFormat constants.
Requirements
Name | Value | Description |
---|---|---|
ChoiceFieldCheckBoxes | 2 | Returns or sets a check box user interface control. |
ChoiceFieldDropdown | 0 | Returns or sets a drop-down box user interface field control. |
ChoiceFieldRadioButtons | 1 | Returns or sets an option button (also known as a radio button) user interface field control. |
Remarks