Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NTabStylePropertyPage Class / GetScrollState Method


In This Topic
    GetScrollState Method (NTabStylePropertyPage)
    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 NTabStylePropertyPage
    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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also