SIL.FieldWorks.LexText.Controls.LinkMSADlg.LinkMSADlg C# (CSharp) Method

LinkMSADlg() public method

public LinkMSADlg ( ) : System.Diagnostics
return System.Diagnostics
		public LinkMSADlg()
		{
			// This call is required by the Windows Form Designer.
			InitializeComponent();
			ShowControlsBasedOnPanel1Position();	// used for sizing and display of some controls

			m_btnInsert.Enabled = false;
			m_btnHelp.Enabled = true;

			SetHelpTopic("khtpInsertMorphemeChooseFunction");
		}