CADability dotNET
Base class for construct actions.
The ConstructAction..::..InputObject type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ConstructAction..::..InputObject |
Constructor to set the resourceId for that input field
|
Methods
| Name | Description | |
|---|---|---|
| AcceptInput |
Internal!
| |
| AdjustHighlight | ||
| BuildShowProperty |
Internal!
| |
| Init |
Internal!
| |
| MouseLeft |
Internal!
| |
| OnActionDone |
Internal!
| |
| Refresh |
Internal!
|
Fields
| Name | Description | |
|---|---|---|
| constructAction |
Back reference to the ConstructAction this input is used for.
| |
| ResourceId |
The string id for several text strings: ResourceId+".Label": the Label left of the
edit box. ResourceId+".ShortInfo": a short tooltip text ResourceId+"DetailedInfo":
a longer tooltip text.
|
Properties
| Name | Description | |
|---|---|---|
| Fixed |
If true, there already was an input either from the keyboard or
by a mouse click.
| |
| HasHotspot |
Internal!
| |
| HotspotPosition |
Internal!
| |
| Optional |
If set to true, the user cannot modify this intput with the mouse.
Default: false;
| |
| ReadOnly |
If set to true, the user cannot type in a value for this input.
Default: false;
|