Click or drag to resize

FormPoolPushForm Method

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

Namespace: LoongCAD.UI
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntax
C#
public static bool PushForm(
	string formKey,
	Form targetForm
)

Parameters

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

Return Value

Boolean
是否缓存成功
See Also