In This Topic
Syntax
'Declaration
Protected Sub ActivateMdiChild( _
ByVal As System.Windows.Forms.Form _
)
'Usage
Dim instance As LicenseDialog
Dim form As System.Windows.Forms.Form
instance.ActivateMdiChild(form)
protected void ActivateMdiChild(
System.Windows.Forms.Form
)
protected procedure ActivateMdiChild(
: System.Windows.Forms.Form
);
protected function ActivateMdiChild(
: System.Windows.Forms.Form
);
protected: void ActivateMdiChild(
System.Windows.Forms.Form*
)
protected:
void ActivateMdiChild(
System.Windows.Forms.Form^
)
Parameters
- form
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also