Click or drag to resize

Form_ComponentProps 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
                  LoongCAD.UI.ComponentForm_DetailComponentProps

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

The Form_ComponentProps type exposes the following members.

Constructors
 NameDescription
Public methodForm_ComponentProps 默认构造函数
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 当前组件属性窗关联的组件
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 修改当前选中组件的属性
Public methodMoveTabToNext
(Inherited from ParamFormBase)
Public methodResumeBounds
(Inherited from ParamFormBase)
Public methodSetParameters 设置窗口控件的属性值
(Inherited from ParamFormBase)
Public methodSetPlaceholders
(Inherited from ParamFormBase)
Public methodShowDefaultsEditor 显示编辑组件默认值的属性窗
Public methodShowInstanceProps 显示组件实例属性窗
Public methodShowPluginProps 显示组件属性窗
Public methodSwitchControlChecks
(Inherited from ParamFormBase)
Public methodUpdateDispUnitEnob
(Inherited from ParamFormBase)
Public methodUpdateTabOrder
(Inherited from ParamFormBase)
Top
See Also