ChoiceStyleOptions Enum

Definition

Specifies how to show choices generated by {||} in a \ref patterns string.

public enum ChoiceStyleOptions
type ChoiceStyleOptions = 
Public Enum ChoiceStyleOptions
Inheritance
ChoiceStyleOptions

Fields

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.

Buttons 6

Show choices as buttons if possible.

7

Show choices as a carousel if possibe.

Default 0

Use the default ChoiceStyle from the DefaultPrompt.

Inline 3

Show choices on the same line.

InlineNoParen 5

Show choices on the same line without surrounding parentheses.

PerLine 4

Show choices with one per line.

Applies to