'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