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