The members of System.Web.UI.WebControls.ListBox are listed below.
See Also: Inherited members from System.Web.UI.WebControls.ListControl
ListBox() |
Initializes a new instance of the System.Web.UI.WebControls.ListBox class. |
override | BorderColor | System.Drawing.Color.
Gets or sets the border color of the control. |
override | BorderStyle | BorderStyle.
Gets or sets the border style of the control. |
override | BorderWidth | Unit.
Gets or sets the border width for the control. |
Rows | int.
Gets or sets the number of rows displayed in the System.Web.UI.WebControls.ListBox control. | |
SelectionMode | ListSelectionMode.
Gets or sets the selection mode of the System.Web.UI.WebControls.ListBox control. | |
ToolTip | string. Documentation for this section has not yet been entered. |
GetSelectedIndices()
|
override | AddAttributesToRender(System.Web.UI.HtmlTextWriter)
| |
LoadPostData(string, System.Collections.Specialized.NameValueCollection)
| ||
override | OnPreRender(EventArgs)
| |
RaisePostDataChangedEvent()
| ||
override | RenderContents(System.Web.UI.HtmlTextWriter)Documentation for this section has not yet been entered. | |
override | VerifyMultiSelect()Documentation for this section has not yet been entered. |
System.Web.UI.IPostBackDataHandler.LoadPostData |
Loads the posted content of the list control, if it is different from the last posting. | |
System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent |
Invokes the ListControl.OnSelectedIndexChanged(EventArgs) method whenever posted data for the System.Web.UI.WebControls.ListBox control has changed. |