Click or drag to resize

FormPoolPushForm Method

返回用户文档首页
添加需要缓存的窗口

Namespace: LoongCAD.STC.Dialog
Assembly: LoongCAD.STC.Dialog (in LoongCAD.STC.Dialog.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public static bool PushForm(
	string formKey,
	Form targetForm
)

Parameters

formKey  String
窗口缓存键
targetForm  Form
窗口对象

Return Value

Boolean
是否缓存成功
See Also