Click or drag to resize

Form_ComponentPropsShowInstanceProps Method

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

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

Parameters

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