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

SBOrientation (Enums)
 
.
Summary
SBOrientation - Scollbar orientation

C# Definition:

public enum SBOrientation : int
{
     SB_HORZ = 0x0,
     SB_VERT = 0x1,
     SB_CTL = 0x2,
     SB_BOTH = 0x3
  }

VB.NET Definition:

Public Enum SBOrientation As Integer
     SB_HORZ = &H0
     SB_VERT = &H1
     SB_CTL = &H2
     SB_BOTH = &H3
End Enum

VB Definition:

Public Enum SBOrientation
     SB_HORZ As Long = &H0
     SB_VERT As Long = &H1
     SB_CTL As Long = &H2
     SB_BOTH As Long = &H3
End Enum

Notes:

Also defined in .NET as System.Windows.Forms.Orientation

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!

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