2 implementations of ActivateControl
System.Windows.Forms (1)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
384
bool IContainerControl.
ActivateControl
(Control control)
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlTests.Methods.cs (1)
14154
public bool
ActivateControl
(Control active) => ActivateControlAction(active);
2 references to ActivateControl
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
11961
activateSucceed = c.
ActivateControl
(this);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
2021
: container.
ActivateControl
(this)))