Enum UserQuestionFlags
Defines the various flags associated to the user question.
Namespace: TopSolid.Kernel.Automating
Assembly: cs.temp.dll.dll
Syntax
[Flags]
[AvailableSinceVersion(7, 7, 0, 0)]
public enum UserQuestionFlags
Remarks
This enum is available since v7.7.
Fields
Name | Description |
---|---|
AcceptsAuto | Automatically answers "Ok" when a valid input or selection is made (available since v7.11). |
AllowsCreation | Allows the user to create new entities to answer the question. |
AllowsEmpty | Allows the user to answer "nothing". |
AllowsNext | Allows the user to answer "Next" instead of "Ok". |
AllowsPrevious | Allows the user to answer "Previous". |
None | No flag used. |