<DllImport("user32.dll", SetLastError:=True)> _
Private Shared Function EnableScrollBar(ByVal hWnd As IntPtr, <MarshalAs(UnmanagedType.U4)>wSBflags As SBFlags, <MarshalAs(UnmanagedType.U4)>wArrows As SBArrows) As <MarshalAs(UnmanagedType.Bool)>Boolean
End Function
VB Signature
Public Declare Function EnableScrollBar Lib "user32" _
(ByVal hWnd As Long, _
ByVal wSBflags As SBFlags, _
ByVal wArrows As SBArrows) As Long
6/30/2012 6:44:31 AM - Brian Ferguson-24.89.249.184
SBFlags - Scrollbar flags
2/6/2012 10:42:19 PM - -202.74.138.1
SBArrows - Scrollbar Arrow settings
2/6/2012 10:41:01 PM - -202.74.138.1
Please edit this page!
Do you have...
helpful tips or sample code to share for using this API in managed code?
corrections to the existing content?
variations of the signature you want to share?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).