views:

10

answers:

0

.net 4 wpf, microsoft ribbon control library, how do I hide, or disable, the RibbonWindow icon so that users can't double click it to close the window/application? I handle the window closing event, but if the end user double clicks the icon it closes the window even if I set cancel to true within the closing event handler.