Click or drag to resize

FormBase Class

返回用户文档首页
窗体基类
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsForm
              LoongCAD.STC.Friendly.DialogFormBase
                LoongCAD.STC.Friendly.DialogPluginFormBase

Namespace: LoongCAD.STC.Friendly.Dialog
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public abstract class FormBase : Form

The FormBase type exposes the following members.

Constructors
 NameDescription
Public methodFormBaseInitializes a new instance of the FormBase class
Top
Properties
 NameDescription
Public propertyAttributeExtender 获取属性扩展对象
Public propertyCacheBound 
Public propertystructuresExtender 同AttributeExtender
Top
Methods
 NameDescription
Public methodApplyValues 应用指定配置
Public methodStatic memberGetUnitDecimals 获得指定数据单位类型的有效小数位数
Public methodInitializeForm 初始化窗口
Public methodLoadValues 加载指定配置
Public methodModifyValues 加载指定配置,并执行Modify操作
Public methodResumeBound 
Public methodSaveValues 
Public methodSetAttributeValue(Control, Object) 设置指定控件对应的属性值
Public methodSetAttributeValue(String, Object) 设定指定属性值
Public methodShowForm 显示窗体
Top
See Also