Click or drag to resize

CustomDrawState Enumeration

Possible custom draw states.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
[FlagsAttribute]
public enum CustomDrawState
Members
  Member nameValueDescription
Selected1 The item is selected.
Grayed2 The item is grayed.
Disabled4 The item is disabled.
Checked8 The item is checked.
Focus16 The item is in focus.
Default32 The item is in its default state.
Hot64 The item is currently under the pointer ("hot").
Marked128 The item is marked. The meaning of this is determined by the implementation.
Indeterminate256 The item is in an indeterminate state.
ShowKeyboardCues512 The item is showing its keyboard cues.
Remarks
https://msdn.microsoft.com/de-de/library/windows/desktop/bb775483(v=vs.85).aspx
See Also