ComponentPluginOnShowPropsForm Method |
返回用户文档首页Note: This API is now obsolete.
显示组件属性窗
Namespace: LoongCAD.STC.PluginsAssembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax[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