WPF 中的命令链接
有人可以告诉我如何在 WPF 窗口中添加 CommandLink 控件吗?
这就是我所说的 CommandLink 的意思: http://msdn.microsoft.com/en -us/library/aa511455.aspx
Can someone tell me how can I add a CommandLink control in a WPF window?
This is what I mean by CommandLink : http://msdn.microsoft.com/en-us/library/aa511455.aspx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
WPF 任务对话框包装器 提供了
CommandLink
用户控件。以下是如何显示命令链接的示例:
该库已根据 The Code Project Open License 获得许可。
7 Update 有另一个很好的
CommandLink
按钮。它是这样的:
请记住,这是一个根据 GPL v3 许可证授权的项目。
本指南也可能有所帮助:
使用 Expression Blend 3 和行为在 Silverlight 中创建命令链接控件
WPF Task Dialog Wrapper provides an implementation of a
CommandLink
user control.Here's an example of how to show command links:
The library is licensed under the The Code Project Open License.
Seven Update has another nice implementation of a
CommandLink
Button.This is how it looks like:
Bear in mind that is a project licensed under the GPL v3 license.
This guide might help too:
Creating Command Link Controls in Silverlight with Expression Blend 3 and Behaviors