ComponentPluginOnShowInstancePropsForm(ComponentBase, Int64, Form) Method |
返回用户文档首页
显示组件实例的属性窗
Namespace: LoongCAD.STC.PluginsAssembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntaxpublic virtual bool OnShowInstancePropsForm(
ComponentBase compInst,
long defaultId,
Form ownerForm
)
Parameters
- compInst ComponentBase
- defaultId Int64
- 当前组件实例使用的默认值ID
- ownerForm Form
Return Value
Boolean
See Also