The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Form::ActivateMdiChild Method (Form^)
.NET Framework (current version)
Activates the MDI child of a form.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- form
-
Type:
System.Windows.Forms::Form^
The child form to activate.
If the form parameter is already the active MDI child form, then the ActivateMdiChild method simply returns. If form is not null, then it is set to be the active MDI child form.
Whether the form parameter is null or not, ActivateMdiChild raises the MdiChildActivate event.
.NET Framework
Available since 1.1
Available since 1.1
Show: