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






In This Topic
    LayoutMdi Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub LayoutMdi( _
       ByVal value As System.Windows.Forms.MdiLayout _
    ) 
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Windows.Forms.MdiLayout
     
    instance.LayoutMdi(value)
    public void LayoutMdi( 
       System.Windows.Forms.MdiLayout value
    )
    public procedure LayoutMdi( 
        value: System.Windows.Forms.MdiLayout
    ); 
    public function LayoutMdi( 
       value : System.Windows.Forms.MdiLayout
    );
    public: void LayoutMdi( 
       System.Windows.Forms.MdiLayout value
    ) 
    public:
    void LayoutMdi( 
       System.Windows.Forms.MdiLayout value
    ) 

    Parameters

    value
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also