This documentation is archived and is not being maintained.

Form.ActivateMdiChild Method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Protected Sub ActivateMdiChild( _
   ByVal form As Form _
)
[C#]
protected void ActivateMdiChild(
 Form form
);
[C++]
protected: void ActivateMdiChild(
 Form* form
);
[JScript]
protected function ActivateMdiChild(
   form : Form
);

See Also

Form Class | Form Members | System.Windows.Forms Namespace

Show: