CADability dotNET

Base class for construct actions.

The ConstructAction..::..MultipleChoiceInput type exposes the following members.

Constructors

  NameDescription
Public methodConstructAction..::..MultipleChoiceInput(String, String)
Constructs a MultipleChoiceInput object with no initial value
Public methodConstructAction..::..MultipleChoiceInput(String, String, Int32)
Constructs a MultipleChoiceInput object with no initial value

Fields

  NameDescription
Public fieldDefaultChoice
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

  NameDescription
Public propertyForwardMouseInputTo
Mouse input should be forwarded to another input object and only processed by this input, when the other input object is fixed.
Public propertyReadOnly (Overrides ConstructAction..::..InputObject..::..ReadOnly.)

Events

  NameDescription
Public eventGetChoiceEvent
Provide a method here, if the integer value not only depends from this input, but is also modified by other means.
Public eventSetChoiceEvent
Provide a method here to get the result of this input (and modify your object)

See Also