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






In This Topic
    AdjustFormScrollbars Method
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Protected Overridable Sub AdjustFormScrollbars( _
       ByVal displayScrollbars As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim displayScrollbars As System.Boolean
     
    instance.AdjustFormScrollbars(displayScrollbars)
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected virtual void AdjustFormScrollbars( 
       System.bool displayScrollbars
    )
    protected procedure AdjustFormScrollbars( 
        displayScrollbars: System.Boolean
    ); virtual; 
    System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
    protected function AdjustFormScrollbars( 
       displayScrollbars : System.boolean
    );
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected: virtual void AdjustFormScrollbars( 
       System.bool displayScrollbars
    ) 
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected:
    virtual void AdjustFormScrollbars( 
       System.bool displayScrollbars
    ) 

    Parameters

    displayScrollbars
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also