Click or drag to resize

PluginFormBase 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 class PluginFormBase : FormBase

The PluginFormBase type exposes the following members.

Constructors
 NameDescription
Public methodPluginFormBase 构造函数
Top
Properties
 NameDescription
Public propertyAttributeExtender 获取属性扩展对象
(Inherited from FormBase)
Public propertyCacheBound
(Inherited from FormBase)
Public propertyShowInTaskbar 
Public propertystructuresExtender 同AttributeExtender
(Inherited from FormBase)
Top
Methods
 NameDescription
Public methodApplyValues 应用指定配置
(Inherited from FormBase)
Public methodGet 应用当前选中对象的属性
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
Events
 NameDescription
Public eventAttributesLoadedFromModel 
Top
See Also