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)
2489
protected override void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1798
protected override void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
605
protected override void
OnGotFocus
(EventArgs e)
3 references to OnGotFocus
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2491
base.
OnGotFocus
(e);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1800
base.
OnGotFocus
(e);
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
607
base.
OnGotFocus
(e);