DrawFrameControlScrollFlags Enumeration
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum DrawFrameControlScrollFlags
<FlagsAttribute>
Public Enumeration DrawFrameControlScrollFlags
Dim instance As DrawFrameControlScrollFlags
[FlagsAttribute]
public enum class DrawFrameControlScrollFlags
[<FlagsAttribute>]
type DrawFrameControlScrollFlags
No code example is currently available or this language may not be supported.
DrawUpArrow |
0 |
Draws a menu scroll bar up arrow.
|
DrawDownArrow |
1 |
Draws a menu scroll bar down arrow.
|
DrawLeftArrow |
2 |
Draws a menu scroll bar left arrow.
|
DrawRightArrow |
3 |
Draws a menu scroll bar right arrow.
|
DrawComboBox |
5 |
Draws a menu scroll bar combo box button.
|
DrawSizeGrip |
8 |
Draws a menu scroll bar size grip.
|
DrawSizeGripRight |
16 |
Draws a menu scroll bar size grip (right-aligned).
|
Transparent |
2,048 |
Transparent background.
This flag can only be combined with DrawUpArrow or DrawDownArrow |