ChoiceStyleOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how to show choices generated by {||} in a \ref patterns string.
public enum ChoiceStyleOptions
type ChoiceStyleOptions =
Public Enum ChoiceStyleOptions
- Inheritance
-
ChoiceStyleOptions
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Use the default ChoiceStyle from the DefaultPrompt. |
Auto | 1 | Automatically choose how to render choices. |
AutoText | 2 | Automatically generate text and switch between the Inline and PerLine styles based on the number of choices. |
Inline | 3 | Show choices on the same line. |
PerLine | 4 | Show choices with one per line. |
InlineNoParen | 5 | Show choices on the same line without surrounding parentheses. |
Buttons | 6 | Show choices as buttons if possible. |
Carousel | 7 | Show choices as a carousel if possibe. |