Click or drag to resize

ParamStoreBar Class

返回用户文档首页
参数存储栏空间,一般放置在窗口顶部用来保存相关属性配置
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsUserControl
              LoongCAD.UIParamStoreBar

Namespace: LoongCAD.UI
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public class ParamStoreBar : UserControl

The ParamStoreBar type exposes the following members.

Constructors
 NameDescription
Public methodParamStoreBar 默认构造函数
Top
Properties
 NameDescription
Public propertyOnDeleteItem 删除配置回调函数
Public propertyOnLoadDataFromItem 加载配置回调函数
Public propertyOnResetItems 重置配置回调函数
Public propertyOnSaveDataToItem 保存配置回调函数
Public propertySelectedCfg 当前选择的配置名称
Top
Methods
 NameDescription
Public methodReset 重置配置
Top
See Also