KEYBOARD_PRESETS Enumeration

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Fields
 
Name Value Description
HIDE_OR_SHOW_ALL_WINDOWS 1
HIDE_THIS_WINDOW 0
SHOW_ALL_WINDOWS 2
[Flags]
 public enum KEYBOARD_PRESETS : int
 {
     HIDE_THIS_WINDOW = 0,
     HIDE_OR_SHOW_ALL_WINDOWS = 1,
     SHOW_ALL_WINDOWS = 2
 }
					
This language is not supported or no code example is available.

In this article

Definition