DrawFrameControlCaptionType 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.
public enum DrawFrameControlCaptionType
Public Enumeration DrawFrameControlCaptionType
Dim instance As DrawFrameControlCaptionType
public enum class DrawFrameControlCaptionType
type DrawFrameControlCaptionType
No code example is currently available or this language may not be supported.
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.
|