'Declaration
Protected Sub ActivateMdiChild( _ ByVal form As System.Windows.Forms.Form _ )
'Usage
Dim instance As WorkbookDesigner Dim form As System.Windows.Forms.Form instance.ActivateMdiChild(form)
protected void ActivateMdiChild( System.Windows.Forms.Form form )
protected procedure ActivateMdiChild( form: System.Windows.Forms.Form );
protected function ActivateMdiChild( form : System.Windows.Forms.Form );
protected: void ActivateMdiChild( System.Windows.Forms.Form* form )
protected: void ActivateMdiChild( System.Windows.Forms.Form^ form )
Parameters
- form