 | UIKeyBorderNumUseCustomEvent 属性 |
Sweet 开发框架
是否使用自定义的事件来接收按键,当为true时将不再向系统发送按键请求
命名空间:
SweetUI.KeyBord
程序集:
SweetUI.KeyBord (在 SweetUI.KeyBord.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public bool UseCustomEvent { get; set; }
Public Property UseCustomEvent As Boolean
Get
Set
member UseCustomEvent : bool with get, set
属性值
类型:
Booleantrue if [use custom event]; otherwise,
false.
参见