ScrollBarConstants (Enums)
Last changed: -82.191.123.234

.
Summary
TODO - a short description

C# Definition:

enum ScrollBarConstants {
    SB_HORZ = 0,
    SB_VERT = 1,
    SB_CTL = 2,
    SB_BOTH = 3
}

VB Definition:

Public Enum ScrollBarConstants
     SB_HORZ = 0
     SB_VERT = 1
     SB_CTL = 2
     SB_BOTH = 3
End Enum

Notes:

None.

Documentation