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.
|
|
EditMorphBreaksDlg ( IHelpTopicProvider helpTopicProvider ) : System | ||
GetMorphs ( ) : string |
Retrieve the morph-broken word.
|
|
Initialize ( ITsString tssWord, string sMorphs, ILgWritingSystemFactory wsf, SIL.FieldWorks.FDO.FdoCache cache, StringTable stringTable, IVwStylesheet stylesheet ) : void |
This sets the original wordform and morph-broken word into the dialog.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
ButtonHelpClick ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
MBtnCancelClick ( object sender, |
||
MBtnOkClick ( object sender, |
||
MorphBreakHelperClick ( object sender, |
public EditMorphBreaksDlg ( IHelpTopicProvider helpTopicProvider ) : System | ||
helpTopicProvider | IHelpTopicProvider | |
return | System |
public Initialize ( ITsString tssWord, string sMorphs, ILgWritingSystemFactory wsf, SIL.FieldWorks.FDO.FdoCache cache, StringTable stringTable, IVwStylesheet stylesheet ) : void | ||
tssWord | ITsString | |
sMorphs | string | |
wsf | ILgWritingSystemFactory | |
cache | SIL.FieldWorks.FDO.FdoCache | |
stringTable | StringTable | |
stylesheet | IVwStylesheet | |
return | void |