窗口弹出
- 按钮回调
//插件
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*/);
简单粗暴的记录,便于后续翻阅,转载请注明出处。

浙公网安备 33010602011771号