C# Class System.Web.UI.WebControls.DropDownList

Inheritance: ListControl, IPostBackDataHandler
Show file Open project: runefs/Marvin Class Usage Examples

Private Properties

Property Type Description
GetPostBackOptions System.Web.UI.PostBackOptions
IPostBackDataHandler bool

Public Methods

Method Description
DropDownList ( ) : System.Collections.Specialized
IPostBackDataHandler ( ) : void

Protected Methods

Method Description
AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
CreateControlCollection ( ) : System.Web.UI.ControlCollection
LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
RaisePostDataChangedEvent ( ) : void
RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void
VerifyMultiSelect ( ) : void

Private Methods

Method Description
GetPostBackOptions ( ) : System.Web.UI.PostBackOptions
IPostBackDataHandler ( string postDataKey, NameValueCollection postCollection ) : bool

Method Details

AddAttributesToRender() protected method

protected AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void

CreateControlCollection() protected method

protected CreateControlCollection ( ) : System.Web.UI.ControlCollection
return System.Web.UI.ControlCollection

DropDownList() public method

public DropDownList ( ) : System.Collections.Specialized
return System.Collections.Specialized

IPostBackDataHandler() public method

public IPostBackDataHandler ( ) : void
return void

LoadPostData() protected method

protected LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
postDataKey string
postCollection System.Collections.Specialized.NameValueCollection
return bool

RaisePostDataChangedEvent() protected method

protected RaisePostDataChangedEvent ( ) : void
return void

RenderContents() protected method

protected RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void

VerifyMultiSelect() protected method

protected VerifyMultiSelect ( ) : void
return void