'宣言 Public MustInherit Class DropDown(Of T) Inherits ItemsBoundControl(Of T) Implements IDropDown, ITemplate
public abstract class DropDown<T> : ItemsBoundControl<T>, IDropDown, ITemplate
'宣言 Public MustInherit Class DropDown(Of T) Inherits ItemsBoundControl(Of T) Implements IDropDown, ITemplate
public abstract class DropDown<T> : ItemsBoundControl<T>, IDropDown, ITemplate
System.Object
C1.Web.Mvc.Component
C1.Web.Mvc.Control
C1.Web.Mvc.ItemsBoundControl<T>
C1.Web.Mvc.DropDown<T>
C1.Web.Mvc.ComboBoxBase<T>