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






In This Topic
    AddOwnedForm Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub AddOwnedForm( _
       ByVal ownedForm As System.Windows.Forms.Form _
    ) 
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim ownedForm As System.Windows.Forms.Form
     
    instance.AddOwnedForm(ownedForm)
    public void AddOwnedForm( 
       System.Windows.Forms.Form ownedForm
    )
    public procedure AddOwnedForm( 
        ownedForm: System.Windows.Forms.Form
    ); 
    public function AddOwnedForm( 
       ownedForm : System.Windows.Forms.Form
    );
    public: void AddOwnedForm( 
       System.Windows.Forms.Form* ownedForm
    ) 
    public:
    void AddOwnedForm( 
       System.Windows.Forms.Form^ ownedForm
    ) 

    Parameters

    ownedForm
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also