Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "SBFlags" in [All]

user32

.

static extern bool EnableScrollBar(IntPtr hWnd, uint wSBflags, uint wArrows);

.

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 wSBflags As SBFlags, _

.

SBFlags, SBArrows

.

    static extern bool EnableScrollBar(IntPtr hWnd, uint wSBflags, uint wArrows);

Enums

.
Summary
SBFlags - Scrollbar flags
.

public enum SBFlags : uint

.

Public Enum SBFlags As UInteger

.

Public Enum SBFlags

.
Documentation
[SBFlags] on MSDN

 
Access PInvoke.net directly from VS: