Is there any way to create windows application in C#.NET, that can show buttons like how windows media player/Lync shows it when minimized and mouse over it?
I am just curious about how that would be!
Refer to ThumbButtonInfo class.
<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>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With