CADability dotNET

Base class for construct actions.

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

Constructors

  NameDescription
Protected methodConstructAction..::..InputObject
Constructor to set the resourceId for that input field

Methods

  NameDescription
Protected methodAcceptInput
Internal!
Protected methodAdjustHighlight
Protected methodBuildShowProperty
Internal!
Protected methodInit
Internal!
Protected methodMouseLeft
Internal!
Protected methodOnActionDone
Internal!
Protected methodRefresh
Internal!

Fields

  NameDescription
Protected fieldconstructAction
Back reference to the ConstructAction this input is used for.
Public fieldResourceId
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

  NameDescription
Public propertyFixed
If true, there already was an input either from the keyboard or by a mouse click.
Protected propertyHasHotspot
Internal!
Protected propertyHotspotPosition
Internal!
Public propertyOptional
If set to true, the user cannot modify this intput with the mouse. Default: false;
Public propertyReadOnly
If set to true, the user cannot type in a value for this input. Default: false;

See Also