Click or drag to resize
ComboBase Class
组合框基类
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      Appkit.Web.ControlsComboBase
        Appkit.Web.ControlsDataComboBase
        Appkit.Web.ControlsSimpleDateRangeCombo

Namespace: Appkit.Web.Controls
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public abstract class ComboBase : WebControl

The ComboBase type exposes the following members.

Constructors
  NameDescription
Public methodComboBase
构造
Top
Properties
  NameDescription
Public propertyAutoPostBack
是否自动执行回传
Public propertyEditEnabled
是否支持查询输入
Public propertyHeight
高度
(Overrides WebControlHeight.)
Public propertyID
控件 ID
(Overrides ControlID.)
Public propertyOnChange
组合框 onchange 事件
Public propertyValue
获取或设置值
Public propertyValueOfListOnly
是否取值仅限于备选列表
Public propertyWidth
宽度
(Overrides WebControlWidth.)
Top
See Also