Desktop Functions: Smart Device Functions:
|
Search Results for "SBArrows" in [All]user32
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
ByVal wArrows As SBArrows) As Long
enum SBArrows
EnableScrollBar(control.Handle, (uint)SBTYPES.SB_HORZ, (uint)SBArrows.ESB_DISABLE_BOTH); Enums2: SBArrows
|