Nevron .NET Vision
Nevron.Interop.Win32 Namespace / NUser32 Class / GetScrollBarInfo Method


In This Topic
    GetScrollBarInfo Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GetScrollBarInfo( _
       ByVal hwnd As System.IntPtr, _
       ByVal id As System.Long, _
       ByRef info As NWin32.SCROLLBARINFO _
    ) As System.Boolean
    'Usage
     
    
    Dim hwnd As System.IntPtr
    Dim id As System.Long
    Dim info As NWin32.SCROLLBARINFO
    Dim value As System.Boolean
     
    value = NUser32.GetScrollBarInfo(hwnd, id, info)
    public static System.bool GetScrollBarInfo( 
       System.IntPtr hwnd,
       System.long id,
       ref NWin32.SCROLLBARINFO info
    )

    Parameters

    hwnd
    id
    info
    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