DrawFrameControlButtonFlags Enumeration
Namespace: DevCase.Win32.EnumsAssembly: 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
<FlagsAttribute>
Public Enumeration DrawFrameControlButtonFlags
Dim instance As DrawFrameControlButtonFlags
[FlagsAttribute]
public enum class DrawFrameControlButtonFlags
[<FlagsAttribute>]
type DrawFrameControlButtonFlags
No code example is currently available or this language may not be supported.
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.
|