Click or drag to resize

Form_ConnectionComponentProps Class

返回用户文档首页
节点组件属性窗基类 组件属性窗基类
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsForm
              LoongCAD.UIParamFormBase
                LoongCAD.UI.ComponentForm_ComponentProps
                  LoongCAD.UI.ComponentForm_ConnectionComponentProps

Namespace: LoongCAD.UI.Component
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public class Form_ConnectionComponentProps : Form_ComponentProps

The Form_ConnectionComponentProps type exposes the following members.

Constructors
 NameDescription
Public methodForm_ConnectionComponentProps 默认构造函数
Top
Properties
 NameDescription
Public propertyCacheBoundsKey
(Inherited from ParamFormBase)
Public propertyDisposeOnClose
(Inherited from ParamFormBase)
Public propertyEscClose
(Inherited from ParamFormBase)
Public propertyFormBorderStyle
(Inherited from ParamFormBase)
Public propertyReferencePlugin 当前组件属性窗关联的组件
(Inherited from Form_ComponentProps)
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 methodModifyFocusedProps 修改当前选中组件的属性
(Overrides Form_ComponentPropsModifyFocusedProps(DObject))
Public methodMoveTabToNext
(Inherited from ParamFormBase)
Public methodResumeBounds
(Inherited from ParamFormBase)
Public methodSetParameters 设置窗口控件的属性值
(Inherited from ParamFormBase)
Public methodSetPlaceholders
(Inherited from ParamFormBase)
Public methodShowDefaultsEditor 显示编辑组件默认值的属性窗
(Overrides Form_ComponentPropsShowDefaultsEditor(DObject))
Public methodShowInstanceProps 显示组件实例属性窗
(Overrides Form_ComponentPropsShowInstanceProps(ComponentBase, DObject))
Public methodShowPluginProps 显示组件属性窗
(Overrides Form_ComponentPropsShowPluginProps)
Public methodSwitchControlChecks
(Inherited from ParamFormBase)
Public methodUpdateDispUnitEnob
(Inherited from ParamFormBase)
Public methodUpdateTabOrder
(Inherited from ParamFormBase)
Top
See Also