点击或拖拽改变大小

RuntimePlatformHotkey 方法

确定是否是平台的功能热键

命名空间:  CPF.Platform
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public abstract PlatformHotkey Hotkey(
	KeyGesture keyGesture
)

参数

keyGesture
类型:CPF.InputKeyGesture

[缺少 "M:CPF.Platform.RuntimePlatform.Hotkey(CPF.Input.KeyGesture)" 的 <param name="keyGesture"/> 文档]

返回值

类型:PlatformHotkey

[缺少 "M:CPF.Platform.RuntimePlatform.Hotkey(CPF.Input.KeyGesture)" 的 <returns> 文档]

参见