System.Web.UI.WebControls.DropDownList Members

The members of System.Web.UI.WebControls.DropDownList are listed below.

See Also: Inherited members from System.Web.UI.WebControls.ListControl

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.DropDownList class.

Public Properties

override
BorderColorSystem.Drawing.Color.

Gets or sets the border color of the control.

override
BorderStyleBorderStyle.

Gets or sets the border style of the control.

override
BorderWidthUnit.

Gets or sets the border width for the control.

override
SelectedIndexint.

Gets or sets the index of the selected item in the System.Web.UI.WebControls.DropDownList control.

ToolTipstring. Documentation for this section has not yet been entered.

Protected Methods

override
AddAttributesToRender(System.Web.UI.HtmlTextWriter)

Adds HTML attributes and styles that need to be rendered to the specified System.Web.UI.HtmlTextWriter object.

override
CreateControlCollection() : System.Web.UI.ControlCollection

Creates a collection to store child controls.

LoadPostData(string, System.Collections.Specialized.NameValueCollection) : bool

Processes postback data for the System.Web.UI.WebControls.DropDownList control.

RaisePostDataChangedEvent()

Raises events for the System.Web.UI.WebControls.DropDownList control when postback occurs.

override
RenderContents(System.Web.UI.HtmlTextWriter)
Documentation for this section has not yet been entered.
override
VerifyMultiSelect()

Always throws an System.Web.HttpException exception because multiple selection is not supported for the System.Web.UI.WebControls.DropDownList control.

Explicitly Implemented Interface Members