繁体   English   中英

有没有办法创建用户界面,可以显示Windows媒体播放器在最小化时如何显示它的按钮?

[英]Is there any way to create user interface, that can show buttons like how windows media player shows it when minimized?

有没有办法在C#.NET中创建Windows应用程序,它可以显示Windows Media Player / Lync在最小化和鼠标悬停时如何显示的按钮?

在此输入图像描述

我只是好奇这将是怎样的!

请参阅ThumbButtonInfo类。

        <ThumbButtonInfo x:Name="btnUpdate"
                         ImageSource="{StaticResource IconUpdate}"
                         Description="Find updates for the application"
                         IsBackgroundVisible="True">
        </ThumbButtonInfo>
        <ThumbButtonInfo x:Name="btnClient"
                         ImageSource="{StaticResource IconClient}"
                         Description="Search Clients"
                         IsBackgroundVisible="True">
        </ThumbButtonInfo>
        <ThumbButtonInfo x:Name="btnInvoice"
                         ImageSource="{StaticResource IconInvoice}"
                         Description="Search Invoices"
                         IsBackgroundVisible="True">
        </ThumbButtonInfo>

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM