DrawFrameControlType Enumeration

Specifies the type of 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 DrawFrameControlType

Remarks

Members

Caption 1 Caption frame control.
Menu 2 Menu frame control.
ScrollBar 3 Scroll bar frame control.
Button 4 Button frame control.
PopupMenu 5 Popup menu frame control.

See Also