DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / ActivateMdiChild Method






In This Topic
    ActivateMdiChild Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Sub ActivateMdiChild( _
       ByVal form 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 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
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also