| Member | Description |
|---|---|
Constructor |
Default constructor. |
NameChanged |
This event is raised whenever the Name has been changed. |
ParseName |
Exposes the parsing functionality to the outside world. public void ParseName(); |
ShowNameWindow |
Exposes to the outside world the capability of showing the Name parser dialog. public void ShowNameWindow(); |
NameEntity |
This is how we bind a name entity to this textbox. |
OriginalValue |
Expose the original value as a read-only property. We don't want this field having value attributed from outside the class. |
Owner |
Exposes reference to the Form this textbox is sitting on. |