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






In This Topic
    SetScrollState Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Sub SetScrollState( _
       ByVal bit As System.Integer, _
       ByVal value As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim bit As System.Integer
    Dim value As System.Boolean
     
    instance.SetScrollState(bit, value)
    protected void SetScrollState( 
       System.int bit,
       System.bool value
    )
    protected procedure SetScrollState( 
        bit: System.Integer;
        value: System.Boolean
    ); 
    protected function SetScrollState( 
       bit : System.int,
       value : System.boolean
    );
    protected: void SetScrollState( 
       System.int bit,
       System.bool value
    ) 
    protected:
    void SetScrollState( 
       System.int bit,
       System.bool value
    ) 

    Parameters

    bit
    value
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also