DrawFrameControlScrollFlags Enumeration

Specifies the type and flags of a scroll bar frame control to be drawn using DrawFrameControl(IntPtr, Rectangle, DrawFrameControlType, DrawFrameControlButtonFlags) function.

Definition

Namespace: DevCase.Win32.Enums
Assembly: 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

Remarks

Members

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

See Also