CADability dotNET
Base class for construct actions.
The ConstructAction..::..StringInput type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ConstructAction..::..StringInput |
Creates a StringInput
|
Methods
Name | Description | |
---|---|---|
![]() | ConnectWithTextObject |
Connects this input filed with a Text object.
The Text object displays the carret in the view so you can edit the text
in the view directly
|
Fields
Name | Description | |
---|---|---|
![]() | FileNameFilter |
Only used when IsFileNameInput is true. This is the filter for the
file open dialog.
|
![]() | InitOpenFile |
If true there will be an file open dialog when this input becomes visible.
|
![]() | IsFileNameInput |
If true, this input can be used as a file open dialog input. In the corresponding context menu
the file open dialog can be opened.
|
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.
|
Events
Name | Description | |
---|---|---|
![]() | GetStringEvent |
Provide a method here when the string also changes by other means than user input.
|
![]() | SetStringEvent |
Provide a handler here if you want to be notified about input changes.
|