Method | Description | |
---|---|---|
CheckDisposed ( ) : void |
Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.
|
|
SetDlgInfo ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, ILexEntry entry ) : void |
Set up the dlg in preparation to showing it.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
SetBottomMessage ( ) : void | ||
SetSelectedObject ( ) : void | ||
SwapLexemeWithAllomorphDlg ( ) : System | ||
SwapLexemeWithAllomorphDlg_Closed ( object sender, System e ) : void | ||
buttonHelp_Click ( object sender, System e ) : void | ||
m_lvAlloOptions_DoubleClick ( object sender, System e ) : void | ||
m_lvAlloOptions_SelectedIndexChanged ( object sender, System e ) : void |
public SetDlgInfo ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, ILexEntry entry ) : void | ||
cache | SIL.FieldWorks.FDO.FdoCache | FDO cache. |
mediator | XCore.Mediator | |
entry | ILexEntry | LexEntry |
return | void |