Click or drag to resize

CompForm_WeldParametersBase Class

返回用户文档首页

Note: This API is now obsolete.

焊缝窗口基类,此类已弃用,请在各个组件中创建自定义的窗口
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsForm
              LoongCAD.UIParamFormBase
                LoongCAD.UI.ComponentCompForm_WeldParametersBase

Namespace: LoongCAD.UI.Component
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
[ObsoleteAttribute("此类已弃用,请创建自定义的窗口")]
public class CompForm_WeldParametersBase : ParamFormBase

The CompForm_WeldParametersBase type exposes the following members.

Constructors
 NameDescription
Public methodCompForm_WeldParametersBase 默认构造函数
Top
Properties
 NameDescription
Public propertyCacheBoundsKey
(Inherited from ParamFormBase)
Public propertyDisposeOnClose
(Inherited from ParamFormBase)
Public propertyEscClose
(Inherited from ParamFormBase)
Public propertyFormBorderStyle
(Inherited from ParamFormBase)
Top
Methods
 NameDescription
Public methodClearPlaceholders
(Inherited from ParamFormBase)
Public methodClearUI
(Inherited from ParamFormBase)
Public methodClose
(Inherited from ParamFormBase)
Public methodEnableControlChecks
(Inherited from ParamFormBase)
Public methodFocus
(Inherited from ParamFormBase)
Public methodGetParameters
(Inherited from ParamFormBase)
Public methodHide
(Inherited from ParamFormBase)
Public methodInitStartPosition
(Inherited from ParamFormBase)
Public methodInvokeAcceptButton
(Inherited from ParamFormBase)
Public methodInvokeEscClose
(Inherited from ParamFormBase)
Public methodMoveTabToNext
(Inherited from ParamFormBase)
Public methodResumeBounds
(Inherited from ParamFormBase)
Public methodSetParameters 设置窗口控件的属性值
(Inherited from ParamFormBase)
Public methodSetPlaceholders
(Inherited from ParamFormBase)
Public methodSwitchControlChecks
(Inherited from ParamFormBase)
Public methodUpdateDispUnitEnob
(Inherited from ParamFormBase)
Public methodUpdateTabOrder
(Inherited from ParamFormBase)
Top
See Also