Base:
method
OnGotFocus
System.Windows.Forms.Control.OnGotFocus(System.EventArgs)
3 overrides of OnGotFocus
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2489protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1798protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
605protected override void OnGotFocus(EventArgs e)
3 references to OnGotFocus
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2491base.OnGotFocus(e);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1800base.OnGotFocus(e);
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
607base.OnGotFocus(e);