CADability dotNET

Base class for construct actions.

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

Constructors

  NameDescription
Public methodConstructAction..::..IntInput(String)
Creates a IntInput field with no initial value
Public methodConstructAction..::..IntInput(String, Int32)
Creates a IntInput field with an initial value

Methods

  NameDescription
Protected methodAdjustHighlight (Overrides ConstructAction..::..InputObject..::..AdjustHighlight()()()().)
Public methodSetMinMax
Sets the limits for the input ad determins whether an up/down control is displayed

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 propertyIntValue

Events

  NameDescription
Public eventCalculateIntEvent
Provide a method here, if you want to calculate the int from a mouse position.
Public eventGetIntEvent
Provide a handler here when the integer value is modified by other means than simple user input (e.g. by mouse movement)
Public eventSetIntEvent
Provide a handler here to be able to react on input changes

See Also