Skip to main content
Home Forums Silverlight Programming Silverlight Controls and Silverlight Toolkit how to disable f11 key in xaml file
1 replies. Latest Post by ccoombs on August 20, 2009.
(0)
bobbby
Member
53 points
173 Posts
08-20-2009 3:12 AM |
to disable f11 key in xaml file i tried below function
event.keyCode = 0;
}
but its not working i given this in index.aspx page
once i clicked inside login page the f11 is not disabling
how to disable the f11 key in xaml page also
ccoombs
Contributor
5174 points
761 Posts
08-20-2009 8:03 AM |
pay attention to your own posts. i already answered this:
http://silverlight.net/forums/t/120165.aspx
f11 alters browser state. you can't disable it. i'm sure you'd like to, but if you could then you'd also be able to maliciously lock someone into browser fullscreen mode (not sl fullscreen mode) and many many people would not know how to get out.