Nevron.Interop.Win32 Namespace / NUser32 Class / ShowScrollBar Method


ShowScrollBar Method
Syntax
'Declaration
 
Public Shared Function ShowScrollBar( _
   ByVal hwnd As System.IntPtr, _
   ByVal bars As System.Integer, _
   ByVal bShow As System.Boolean _
) As System.Integer
 
'Usage
 
Dim hwnd As System.IntPtr
Dim bars As System.Integer
Dim bShow As System.Boolean
Dim value As System.Integer
 
value = NUser32.ShowScrollBar(hwnd, bars, bShow)

Parameters

hwnd
bars
bShow
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