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






In This Topic
    GetScrollState Method
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Protected Function GetScrollState( _
       ByVal bit As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim bit As System.Integer
    Dim value As System.Boolean
     
    value = instance.GetScrollState(bit)
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected System.bool GetScrollState( 
       System.int bit
    )
    protected function GetScrollState( 
        bit: System.Integer
    ): System.Boolean; 
    System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
    protected function GetScrollState( 
       bit : System.int
    ) : System.boolean;
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected: System.bool GetScrollState( 
       System.int bit
    ) 
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected:
    System.bool GetScrollState( 
       System.int bit
    ) 

    Parameters

    bit
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also