Click or drag to resize

ChamferCombo Class

返回用户文档首页
板折角下拉框
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsListControl
          System.Windows.FormsComboBox
            ImageComboBoxBase
              LoongCAD.STC.Friendly.Dialog.UIControlsChamferCombo

Namespace: LoongCAD.STC.Friendly.Dialog.UIControls
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.14 (2025.0.9.14)
Syntax
C#
public class ChamferCombo : ImageComboBoxBase

The ChamferCombo type exposes the following members.

Constructors
 NameDescription
Public methodChamferCombo 构造函数
Top
Properties
 NameDescription
Public propertyChamferPosition 折角位置
Public propertyCheckOnChange
(Inherited from ImageComboBoxBase)
Public propertyComboItems
(Inherited from ImageComboBoxBase)
Public propertyControlCheckName
(Inherited from ImageComboBoxBase)
Public propertyDefaultChamferType 默认折角类型
Public propertyDrawMode
(Inherited from ImageComboBoxBase)
Public propertyDropDownStyle
(Inherited from ImageComboBoxBase)
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
 NameDescription
Public methodAddIntegerItems
(Inherited from ImageComboBoxBase)
Public methodAddItem(Object, Int32)
(Inherited from ImageComboBoxBase)
Public methodAddItem(Object, Object, Int32)
(Inherited from ImageComboBoxBase)
Public methodAddItems
(Inherited from ImageComboBoxBase)
Public methodClearItems
(Inherited from ImageComboBoxBase)
Public methodClearParameter
(Inherited from ImageComboBoxBase)
Public methodContainsKey
(Inherited from ImageComboBoxBase)
Public methodGetParameter
(Inherited from ImageComboBoxBase)
Public methodGetParameter(ListControl, Boolean)
(Inherited from ImageComboBoxBase)
Public methodLoadItems(Object)
(Inherited from ImageComboBoxBase)
Public methodLoadItems(Type, Int32)
(Inherited from ImageComboBoxBase)
Public methodRemoveItem
(Inherited from ImageComboBoxBase)
Public methodSetParameter
(Inherited from ImageComboBoxBase)
Public methodUpdateItems
(Inherited from ImageComboBoxBase)
Top
See Also