CADability dotNET
Base class for construct actions.
The ConstructAction..::..MultipleChoiceInput type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ConstructAction..::..MultipleChoiceInput(String, String) |
Constructs a MultipleChoiceInput object with no initial value
| |
| ConstructAction..::..MultipleChoiceInput(String, String, Int32) |
Constructs a MultipleChoiceInput object with no initial value
|
Fields
| Name | Description | |
|---|---|---|
| DefaultChoice |
Sets a DefaultInteger, which should be a static value, that carries the last
input value of this vector to the next instantiation of the action.
|
Properties
| Name | Description | |
|---|---|---|
| ForwardMouseInputTo |
Mouse input should be forwarded to another input object and only processed
by this input, when the other input object is fixed.
| |
| ReadOnly | (Overrides ConstructAction..::..InputObject..::..ReadOnly.) |
Events
| Name | Description | |
|---|---|---|
| GetChoiceEvent |
Provide a method here, if the integer value not only depends from this input, but is also
modified by other means.
| |
| SetChoiceEvent |
Provide a method here to get the result of this input (and modify your object)
|