1 implementation of ActivateControl
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ContainerControl.cs (1)
381
bool IContainerControl.
ActivateControl
(Control control) {
2 references to ActivateControl
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ContainerControl.cs (1)
1915
succeeded = c.
ActivateControl
(this);
winforms\Managed\System\WinForms\Control.cs (1)
13904
activateSucceed = c.
ActivateControl
(this);