Method | Description | |
---|---|---|
ChooseTextWritingSystemDlg ( ) : System | ||
Initialize ( FdoCache cache, IHelpTopicProvider helpTopicProvider, int wsCurrent ) : void |
Populate the combo box and default to the ws from the current text.
|
Method | Description | |
---|---|---|
m_btnHelp_Click ( object sender, EventArgs e ) : void | ||
m_btnOK_Click ( object sender, EventArgs e ) : void | ||
m_cbWritingSystems_SelectedIndexChanged ( object sender, EventArgs e ) : void |
public ChooseTextWritingSystemDlg ( ) : System | ||
return | System |
public Initialize ( FdoCache cache, IHelpTopicProvider helpTopicProvider, int wsCurrent ) : void | ||
cache | FdoCache | The cache. |
helpTopicProvider | IHelpTopicProvider | The help topic provider. |
wsCurrent | int | The ws current. |
return | void |