CADability dotNET

Base class for construct actions.

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

Constructors

  NameDescription
Public methodConstructAction..::..StringInput
Creates a StringInput

Methods

  NameDescription
Public methodConnectWithTextObject
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

  NameDescription
Public fieldFileNameFilter
Only used when IsFileNameInput is true. This is the filter for the file open dialog.
Public fieldInitOpenFile
If true there will be an file open dialog when this input becomes visible.
Public fieldIsFileNameInput
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

  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.

Events

  NameDescription
Public eventGetStringEvent
Provide a method here when the string also changes by other means than user input.
Public eventSetStringEvent
Provide a handler here if you want to be notified about input changes.

Explicit Interface Implementations

See Also