Hello,
I would like to know if it is possible to add a new button to the customization bar of UltraWinLiveTile
I need a button that appear when a tile is selected, and allow user to open a new windows.
Is there a way to add this button, or to change the action of an existing button ?
Cordially.
Hi Mario,
You can customize the buttons in the Application Bar by using the ButtonsLeft and ButtonsRight collections. If you do not want to show the default buttons, you can set ShowDefaultButtons to false.
Please let me know if you have any further questions.
Hi,
Thanks you for your reply, it helps me a lot.