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
Support Forum
Download Visual Studio Add-In

Terms of Use
Privacy Policy
ScrollBarCommands (Enums)
.
Summary
Scroll bar Commands constants

C# Definition:

public enum ScrollBarCommands {
    SB_LINEUP       = 0,
    SB_LINELEFT     = 0,
    SB_LINEDOWN     = 1,
    SB_LINERIGHT    = 1,
    SB_PAGEUP       = 2,
    SB_PAGELEFT     = 2,
    SB_PAGEDOWN     = 3,
    SB_PAGERIGHT    = 3,
    SB_THUMBPOSITION    = 4,
    SB_THUMBTRACK       = 5,
    SB_TOP          = 6,
    SB_LEFT         = 6,
    SB_BOTTOM       = 7,
    SB_RIGHT        = 7,
    SB_ENDSCROLL    = 8
}

VB Definition:

Enum ScrollBarCommands
    SB_LINEUP = 0
    SB_LINELEFT = 0
    SB_LINEDOWN = 1
    SB_LINERIGHT = 1
    SB_PAGEUP = 2
    SB_PAGELEFT = 2
    SB_PAGEDOWN = 3
    SB_PAGERIGHT = 3
    SB_THUMBPOSITION = 4
    SB_THUMBTRACK = 5
    SB_TOP = 6
    SB_LEFT = 6
    SB_BOTTOM = 7
    SB_RIGHT = 7
End Enum

Notes:

None.

Documentation

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it!


Find memory leaks fast

Is your application using too much memory, but you are not sure why? Holding on to too many objects?

Get to the root of your problem fast, with ANTS Memory Profiler

Download Now
 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions