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