Click or drag to resize

ApplicationFormBase 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.DialogApplicationFormBase

Namespace: LoongCAD.STC.Friendly.Dialog
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.14 (2025.0.9.14)
Syntax
C#
public class ApplicationFormBase : FormBase

The ApplicationFormBase type exposes the following members.

Properties
 NameDescription
Public propertyAttributeExtender 获取属性扩展对象
(Inherited from FormBase)
Public propertyCacheBound
(Inherited from FormBase)
Public propertystructuresExtender 同AttributeExtender
(Inherited from FormBase)
Top
Methods
 NameDescription
Public methodApplyValues 应用指定配置
(Inherited from FormBase)
Public methodDeleteValues 删除指定配置
(Inherited from FormBase)
Public methodInitializeForm 初始化窗口
(Inherited from FormBase)
Public methodLoadValues 加载指定配置
(Inherited from FormBase)
Public methodModifyValues 加载指定配置,并执行Modify操作
(Inherited from FormBase)
Public methodReloadForm 重置窗体属性
Public methodResumeBound
(Inherited from FormBase)
Public methodSaveValues
(Inherited from FormBase)
Public methodSetAttributeValue(Control, Object) 设置指定控件对应的属性值
(Inherited from FormBase)
Public methodSetAttributeValue(String, Object) 设定指定属性值
(Inherited from FormBase)
Public methodShowForm 显示窗体
(Overrides FormBaseShowForm)
Top
See Also