Base:
method
OnGotFocus
System.Windows.Forms.Control.OnGotFocus(System.EventArgs)
1 override of OnGotFocus
System.Windows.Forms.Design (1)
System\ComponentModel\Design\CollectionEditor.SplitButton.cs (1)
80protected override void OnGotFocus(EventArgs e)
3 references to OnGotFocus
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
812/// Raises the <see cref="OnGotFocus"/> event.
System.Windows.Forms.Design (1)
System\ComponentModel\Design\CollectionEditor.SplitButton.cs (1)
84base.OnGotFocus(e);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ButtonBaseTests.cs (1)
9343public new void OnGotFocus(EventArgs e) => base.OnGotFocus(e);