Click or drag to resize

DetailComponentCommonPanel Class

返回用户文档首页
细部组件通用属性面板
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsUserControl
              LoongCAD.UI.ComponentDetailComponentCommonPanel

Namespace: LoongCAD.UI.Component
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public class DetailComponentCommonPanel : UserControl, 
	IParamCtrl

The DetailComponentCommonPanel type exposes the following members.

Constructors
 NameDescription
Public methodDetailComponentCommonPanel 构建函数
Top
Properties
 NameDescription
Public propertyControlCheckName 控制参数是否启用的CheckBox名称
Public propertyParamName 参数名称
Top
Methods
 NameDescription
Public methodClearParameter 清空参数
Public methodGetParameter 获取参数
Public methodGetParameter(ListControl, Boolean) 获取参数
Public methodSetParameter 设置参数
Top
See Also