SIL.FieldWorks.Common.Widgets.FwTextBox.m_innerFwTextBox_GotFocus C# (CSharp) Method

m_innerFwTextBox_GotFocus() private method

Handles the GotFocus event of the m_innerFwTextBox control.
private m_innerFwTextBox_GotFocus ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
return void
		private void m_innerFwTextBox_GotFocus(object sender, EventArgs e)
		{
			OnGotFocus(e);
			Invalidate();
		}