CustomDrawState Enumeration |
Possible custom draw states.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax [FlagsAttribute]
public enum CustomDrawState
<FlagsAttribute>
Public Enumeration CustomDrawState
[FlagsAttribute]
public enum class CustomDrawState
[<FlagsAttribute>]
type CustomDrawState
Members
| Member name | Value | Description |
---|
| Selected | 1 |
The item is selected.
|
| Grayed | 2 |
The item is grayed.
|
| Disabled | 4 |
The item is disabled.
|
| Checked | 8 |
The item is checked.
|
| Focus | 16 |
The item is in focus.
|
| Default | 32 |
The item is in its default state.
|
| Hot | 64 |
The item is currently under the pointer ("hot").
|
| Marked | 128 |
The item is marked. The meaning of this is determined by the implementation.
|
| Indeterminate | 256 |
The item is in an indeterminate state.
|
| ShowKeyboardCues | 512 |
The item is showing its keyboard cues.
|
Remarks
https://msdn.microsoft.com/de-de/library/windows/desktop/bb775483(v=vs.85).aspx
See Also