 | ModifierKeys 枚举 |
Sweet 开发框架
Specifies the set of modifier keys.
flags enum, 4 bits, 0 == none
1111
命名空间:
SweetUI
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法[FlagsAttribute]
public enum ModifierKeys
<FlagsAttribute>
Public Enumeration ModifierKeys
[<FlagsAttribute>]
type ModifierKeys
成员
| 成员名称 | 值 | 说明 |
---|
| None | 0 | |
| Alt | 1 | |
| Control | 2 | |
| Shift | 4 | |
| Windows | 8 | |
参见