窗口弹出

  • 按钮回调
//插件
this
._strongPart.ShowAtlasModalDialog(Btn_Refresh/*Button*/, "0a0d7316-9b60-45f0-86f1-17f4d945edbd"/*PartID*/, ""/*title*/, "840" /*width*/, "410"/*height*/, this._strongPart.TabIndex.ToString()/*parentTaskId */, null/*qeury*/, true/*refeshParentForm*/, true/*isHideStatusbar*/, false/*isModelessDialog*/);
//UI
this.ShowAtlasModalDialog(Btn_Refresh/*Button*/, "fe7292a9-f289-43f2-8f39-df068351dfce"/*PartID*/, "弹窗"/*title*/, "315" /*width*/, "275"/*height*/, this.TaskId.ToString()/*parentTaskId */, null/*qeury*/, true/*refeshParentForm*/, false/*isHideStatusbar*/, false/*isModelessDialog*/);
  • 不带按钮回调

this._strongPart.ShowAtlasModalDialog("0a0d7316-9b60-45f0-86f1-17f4d945edbd"/*PartID*/, ""/*title*/, "953"/*width*/, "425"/*height*/, this._strongPart.TabIndex.ToString()/*parentTaskId*/, null/*qeury*/, true/*refeshParentForm*/, true/*isHideStatusbar*/, false/*isModelessDialog*/);

 

posted @ 2024-05-18 10:38  既来之.则安之  阅读(80)  评论(0)    收藏  举报