| Member | Description |
|---|---|
Constructor |
Constructor |
btnCommand |
Command button |
ddmOptions |
Drop down options |
txtInfo |
Info textbox |
BindData |
Binds the NameEntity to the control. This is the entity that holds the CommInfo for being display. public void BindData( NameEntity nameEntity ); |
BindEntity |
Binds a given NameCommInfoEntity to the textbox that displays it. public void BindEntity( NameCommInfoEntity commInfo ); |
DisableControls |
Disable the appropriate controls. public void DisableControls(); |
EnableControls |
Enables the appropriate controls. public void EnableControls(); |
CommTypes |
Handles access to the CommTypes collection. |
DefaultToFirstEntry |
Exposes the _DefaulttoFirstEntry field. |