Click or drag to resize

TestSplitPanel Class

返回用户文档首页
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsUserControl
              LoongCAD.UIParamPanelBase
                LoongCAD.UITestSplitPanel

Namespace: LoongCAD.UI
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public class TestSplitPanel : ParamPanelBase

The TestSplitPanel type exposes the following members.

Constructors
 NameDescription
Public methodTestSplitPanelInitializes a new instance of the TestSplitPanel class
Top
Properties
 NameDescription
Public propertyControlCheckName 复合参数是否启用的CheckBox控件名称
(Inherited from ParamPanelBase)
Public propertyEnableAssemblyNumberControls 是否启用构件编号控件
Public propertyEnableTitleControls 是否启用标题控件
Public propertyParamName 复合参数名称
(Inherited from ParamPanelBase)
Public propertyPlaceholder 水印数据
(Inherited from ParamPanelBase)
Top
Methods
 NameDescription
Public methodClearParameter 清空参数
(Inherited from ParamPanelBase)
Public methodClearPlaceholder 清空占位符
(Inherited from ParamPanelBase)
Public methodGetParameter 获取参数
(Inherited from ParamPanelBase)
Public methodGetParameter(ListControl, Boolean) 获取参数
(Inherited from ParamPanelBase)
Public methodSetParameter 设置参数
(Inherited from ParamPanelBase)
Top
See Also