Click or drag to resize

ComponentPluginOnShowPropsForm Method

返回用户文档首页

Note: This API is now obsolete.

显示组件属性窗

Namespace: LoongCAD.STC.Plugins
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
[ObsoleteAttribute("此方法已弃用,请各个组件继承并实现OnShowPluginPropsForm方法", false)]
public virtual bool OnShowPropsForm(
	DObject compCommonProps,
	DObject compUIProps,
	Form ownerForm
)

Parameters

compCommonProps  DObject
组件通用属性,对应组件对象的CommonProps属性
compUIProps  DObject
组件用户交互属性,对应组件对象的UIProps属性
ownerForm  Form

Return Value

Boolean
See Also