Click or drag to resize

Form_ComponentPropsShowInstanceProps(ComponentBase, DObject) Method

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

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

Parameters

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