The KeyboardModifiers enumeration in the Sandbox
namespace represents the modifier keys on a keyboard, such as Alt, Ctrl, and Shift. This enum is marked with the FlagsAttribute
, allowing bitwise operations to combine multiple modifier keys.
The KeyboardModifiers enumeration in the Sandbox
namespace represents the modifier keys on a keyboard, such as Alt, Ctrl, and Shift. This enum is marked with the FlagsAttribute
, allowing bitwise operations to combine multiple modifier keys.