Click or drag to resize

Form_DetailComponentPropsShowInstanceProps Method

返回用户文档首页
显示组件实例属性窗

Namespace: LoongCAD.UI.Component
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2024.0.9.3 (2024.0.9.3)
Syntax
C#
public override void ShowInstanceProps(
	ComponentBase compInst,
	DObject defaultValues
)

Parameters

compInst  ComponentBase
defaultValues  DObject
默认值,空属性的默认值会以占位符的方式显示在控件中
See Also