| | |
| | | /// </summary>
|
| | | public Action CancelClickEvent = null;
|
| | | /// <summary>
|
| | | /// 点击背景是否关闭弹窗
|
| | | /// </summary>
|
| | | public bool CloseByClickBack = true;
|
| | | /// <summary>
|
| | | /// 信息类型
|
| | | /// </summary>
|
| | | private ShowMsgType msgType = ShowMsgType.Confirm;
|
| | |
| | | Common.CommonPage.Instance.AddChidren(frameMain);
|
| | | frameMain.MouseUpEventHandler += (sender, e) =>
|
| | | {
|
| | | //移除界面
|
| | | frameMain.RemoveFromParent();
|
| | | this.ConfirmClickEvent = null;
|
| | | if (this.CloseByClickBack == true)
|
| | | {
|
| | | //移除界面
|
| | | frameMain.RemoveFromParent();
|
| | | this.ConfirmClickEvent = null;
|
| | | }
|
| | | };
|
| | |
|
| | | //白色背景框
|