Nevron Open Vision Documentation
Nevron.Nov.Office Namespace / NSplashScreenForm Class / GetScrollState Method


In This Topic
    GetScrollState Method (NSplashScreenForm)
    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 NSplashScreenForm
    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
    )

    Parameters

    bit
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also