Click or drag to resize

ParamInteractiveBar Class

返回用户文档首页
属性交互按钮栏,包含以下按钮
  1. 确定 – 获取接口为 OkButton
  2. 应用 – 获取接口为 ApplyButton
  3. 修改 – 获取接口为 ModifyButton
  4. 获取 – 获取接口为 GetButton
  5. [勾选框] – 获取接口为 CheckBoxButton
  6. 取消 – 获取接口为 CancelButton
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsUserControl
              LoongCAD.UIParamInteractiveBar

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

The ParamInteractiveBar type exposes the following members.

Constructors
 NameDescription
Public methodParamInteractiveBar 默认构造函数
Top
Properties
 NameDescription
Public propertyApplyButton应用 按钮
Public propertyCancelButton取消 按钮
Public propertyCheckBoxButton[勾选框] 按钮
Public propertyGetButton获取 按钮
Public propertyModifyButton修改 按钮
Public propertyOkButton确定 按钮
Top
See Also