Click or drag to resize

BeamEndCutCombo Class

返回用户文档首页
梁端部切割类型下拉框控件
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsListControl
          System.Windows.FormsComboBox
            LoongCAD.UIImageComboBoxBase
              LoongCAD.UI.ComponentBeamEndCutCombo

Namespace: LoongCAD.UI.Component
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public class BeamEndCutCombo : ImageComboBoxBase

The BeamEndCutCombo type exposes the following members.

Constructors
 NameDescription
Public methodBeamEndCutCombo 构造函数
Top
Properties
 NameDescription
Public propertyCheckOnChange
(Inherited from ImageComboBoxBase)
Public propertyComboItems
(Inherited from ImageComboBoxBase)
Public propertyControlCheckName
(Inherited from ImageComboBoxBase)
Public propertyDrawMode
(Inherited from ImageComboBoxBase)
Public propertyDropDownStyle
(Inherited from ImageComboBoxBase)
Public propertyEnableAdvanceMode 是否开启高级端部切割模式(下拉框的4, 5索引项)
Public propertyFlatStyle
(Inherited from ImageComboBoxBase)
Public propertyFocusColor
(Inherited from ImageComboBoxBase)
Public propertyFont
(Inherited from ImageComboBoxBase)
Public propertyItemHeight
(Inherited from ImageComboBoxBase)
Public propertyItems
(Inherited from ImageComboBoxBase)
Public propertyParamName
(Inherited from ImageComboBoxBase)
Public propertySelectedBoolKey
(Inherited from ImageComboBoxBase)
Public propertySelectedDoubleKey
(Inherited from ImageComboBoxBase)
Public propertySelectedIntKey
(Inherited from ImageComboBoxBase)
Public propertySelectedKey
(Inherited from ImageComboBoxBase)
Public propertySelectedSByteKey
(Inherited from ImageComboBoxBase)
Public propertySelectedShortKey
(Inherited from ImageComboBoxBase)
Public propertySelectedStrKey
(Inherited from ImageComboBoxBase)
Public propertyTabGroup
(Inherited from ImageComboBoxBase)
Top
Methods
Remarks
切割模式下拉框索引对应表如下:
  1. 0 – 默认
  2. 1 – 自适应
  3. 2 – 方形切割
  4. 3 – 斜角切割
  5. 4 – 方形切割并靠近主零件腹板,此项为高级切割模式
  6. 5 – 切角翼缘,此项为高级切割模式
See Also