Click or drag to resize

PanelTest Class

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

Namespace: LoongCAD.UI.Component
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntax
C#
public class PanelTest : ParamPanelBase

The PanelTest type exposes the following members.

Constructors
 NameDescription
Public methodPanelTestInitializes a new instance of the PanelTest class
Top
Properties
 NameDescription
Public propertyControlCheckName 复合参数是否启用的CheckBox控件名称
(Inherited from ParamPanelBase)
Public propertyEnableAssemblyNumber 
Public propertyEnableClass 
Public propertyEnableFinish 
Public propertyEnableHeader 
Public propertyEnableHeight 
Public propertyEnableMaterial 
Public propertyEnableName 
Public propertyEnableNumber 
Public propertyEnableSize 
Public propertyEnableThickness 
Public propertyEnableTitle 
Public propertyEnableWidth 
Public propertyHeaderName 头部名称
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