DrawFrameControlCaptionType Enumeration

Specifies the type of a caption or popup 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 DrawFrameControlCaptionType

Remarks

Members

CloseButton 0 Draws a caption close button.
MinimizeButton 1 Draws a caption minimize button.
MaximizeButton 2 Draws a caption maximize button.
RestoreButton 3 Draws a caption restore button.
HelpButton 4 Draws a caption help button.

See Also