DrawFrameControlButtonFlags Enumeration

Specifies the type of a button 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 DrawFrameControlButtonFlags

Remarks

Members

DrawCheckBox 0 Draw a check box.
DrawRadioButtonImage 1 Draw a image for radio button (nonsquare needs image).
DrawRadioButtonMask 2 Draw a mask for radio button (nonsquare needs image).
DrawRadioButton 4 Draw a Button control with radio button.
DrawThreeStateButton 8 Draw a three-state button.
DrawPushButton 16 Draw a Push button control.
Inactive 256 Button is inactive (grayed).
Pushed 512 Button is pushed.
Checked 1,024 Button is checked.
Hot 4,096 Button is hot-tracked.
AdjustRectForPushButton 8,192 Bounding rectangle is adjusted to exclude the surrounding edge of the push button.
Flat 16,384 Button has a flat border.
Monochrome 32,768 Button has a monochrome border.

See Also