SIL.FieldWorks.LexText.Controls.MSAGroupBox.DisableAffixTypeMainPosAndSlot C# (CSharp) Method

DisableAffixTypeMainPosAndSlot() public method

Disable these two controls (for use when creating an entry for a particular slot)
public DisableAffixTypeMainPosAndSlot ( ) : void
return void
		public void DisableAffixTypeMainPosAndSlot()
		{
			CheckDisposed();

			m_tcMainPOS.Enabled = false;
			m_fwcbSlots.Enabled = false;
			m_fwcbAffixTypes.Enabled = false;
		}