BeModifierKeys Enumeration

Numeric mask for a set of modifier keys (control, shift, and alt).

Members

Name Value Description
None 0  
Control 1 << 0  
Shift 1 << 1  
Alt 1 << 2  

Defined in

Last Updated: 23 April, 2020