DrawFrameControlMenuType Enumeration

Specifies the type of a menu 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.
public enum DrawFrameControlMenuType

Remarks

Members

Arrow 0 Draws a menu arrow.
Checkmark 1 Draws a menu checkmark.
Bullet 2 Draws a menu bullet.
ArrowRight 4 Draws a right-pointing menu arrow.

See Also