SingleChoiceAction Constructors
Represents a Single Choice Action.Name | Parameters | Description |
---|---|---|
SingleChoiceAction() | none | Creates an instance of the SingleChoiceAction class. |
SingleChoiceAction(Controller, String, PredefinedCategory) | owner, id, category | Creates a new instance of the SingleChoiceAction class and initializes its properties. |
SingleChoiceAction(Controller, String, String) | owner, id, category | Creates a new instance of the SingleChoiceAction class and initializes its properties. |
SingleChoiceAction(IContainer) | container | Creates a new Single Choice Action and initializes its container. |
See Also