Class NameTextbox

This is a subclass of the Textbox specialized for a Name editing and displaying.

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        System.Windows.Forms.TextBoxBase
          System.Windows.Forms.TextBox
            EPS.Windows.Forms.SimpleControls.EPSTextBox
              EPS.Windows.Forms.NameOfficeUI.NameTextbox

public class NameTextbox : EPSTextBox

Class Members

MemberDescription
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.

Requirements

Namespace: EPS.Windows.Forms.NameOfficeUI
Assembly: NAMEOFFICEUI.DLL


  Last Updated: 5/23/2007 | © , 2007