Click or drag to resize

CheckBox Class

返回用户文档首页
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsButtonBase
          System.Windows.FormsCheckBox
            LoongCAD.UICheckBox

Namespace: LoongCAD.UI
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public class CheckBox : CheckBox, IParamCtrl, 
	IPlaceholderCtrl, ITabOrderCtrl

The CheckBox type exposes the following members.

Constructors
 NameDescription
Public methodCheckBoxInitializes a new instance of the CheckBox class
Top
Properties
 NameDescription
Public propertyAutoSize
(Overrides ButtonBaseAutoSize)
Public propertyControlCheckName 
Public propertyParamName 
Public propertyPlaceholder 
Public propertyTabGroup 
Top
Methods
 NameDescription
Public methodClearParameter 清空参数
Public methodClearPlaceholder 
Public methodGetParameter 获取参数
Public methodGetParameter(ListControl, Boolean) 获取参数
Public methodSetParameter 设置参数
Top
See Also