CADability dotNET
Base class for construct actions.
The ConstructAction..::..IntInput type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ConstructAction..::..IntInput(String) |
Creates a IntInput field with no initial value
| |
| ConstructAction..::..IntInput(String, Int32) |
Creates a IntInput field with an initial value
|
Methods
| Name | Description | |
|---|---|---|
| AdjustHighlight | (Overrides ConstructAction..::..InputObject..::..AdjustHighlight()()()().) | |
| SetMinMax |
Sets the limits for the input ad determins whether an up/down control is displayed
|
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.
| |
| IntValue |
Events
| Name | Description | |
|---|---|---|
| CalculateIntEvent |
Provide a method here, if you want to calculate the int from a mouse position.
| |
| GetIntEvent |
Provide a handler here when the integer value is modified by other means than
simple user input (e.g. by mouse movement)
| |
| SetIntEvent |
Provide a handler here to be able to react on input changes
|