DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / PerformLayout Method / PerformLayout() Method






In This Topic
    PerformLayout() Method
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Public Overloads Sub PerformLayout() 
    'Usage
     
    
    Dim instance As LicenseDialog
     
    instance.PerformLayout()
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    public void PerformLayout()
    public procedure PerformLayout(); 
    System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
    public function PerformLayout();
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    public: void PerformLayout(); 
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    public:
    void PerformLayout(); 
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also