摘要: 在UWP中引入了汉堡菜单,我们先看下效果图 菜单项 XAML 添加菜单项数据源 汉堡按钮切换SplitView收起折叠状态 SplitView常用属性 CompactPaneLength 设置SplitView收起的长度 OpenPaneLength 设置SplitView打开的长度 Display 阅读全文
posted @ 2016-04-07 21:50 丶PanPan 阅读(541) 评论(0) 推荐(2) 编辑
摘要: int keyid = 10; Dictionary keymap = new Dictionary(); public delegate void HotKeyCallBackHanlder(); public enum HotkeyModifiers { Alt = 1, Control = 2, Shift = 4, Win = 8 } [System.Runtime.InteropServices.DllImport... 阅读全文
posted @ 2014-03-26 16:54 丶PanPan 阅读(832) 评论(2) 推荐(2) 编辑