winforms - Windows Phone PopUp disable back window -
I have a simple popup window in my Windows Phone app, which takes another window as a child: / P>
Private static meter changer Diagonalop_instance = null; Private static popup _meterchangepop; Private meter conversionDialog_OPOP () {_meterchangepop = new popup (); } Public static meter changerology_popp gateinstance () {if (_instance == empty) {_instance = new meter convertible_popup (); } Return _instance; } Public Zero OpenClosePopup () {if (_meterchangepop.IsOpen) {_meterchangepop.IsOpen = false; Singleton Container. Gate Instance (). Meter changer selected = faucet; } And {_meterchangepop.IsOpen = true; _meterchangepop.child = Change new meter page (); }} But when this window is open, I can also do stuff on the window behind it, which I can not do. Can I disable every window behind the popup window?
Comments
Post a Comment