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

Inheritance: ListControl, System.Web.UI.IPostBackDataHandler
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Private Properties

Свойство Type Description
GetPostBackOptions PostBackOptions
IPostBackDataHandler bool
SelectMultiple bool
SelectSingle bool

Méthodes publiques

Méthode Description
GetSelectedIndices ( ) : int[]
IPostBackDataHandler ( ) : void
ListBox ( ) : System.Collections

Méthodes protégées

Méthode Description
AddAttributesToRender ( HtmlTextWriter writer ) : void
LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
OnPreRender ( EventArgs e ) : void
RaisePostDataChangedEvent ( ) : void
RenderContents ( HtmlTextWriter writer ) : void
VerifyMultiSelect ( ) : void

Private Methods

Méthode Description
GetPostBackOptions ( ) : PostBackOptions
IPostBackDataHandler ( string postDataKey, NameValueCollection postCollection ) : bool
SelectMultiple ( string values ) : bool
SelectSingle ( string values ) : bool

Method Details

AddAttributesToRender() protected méthode

protected AddAttributesToRender ( HtmlTextWriter writer ) : void
writer HtmlTextWriter
Résultat void

GetSelectedIndices() public méthode

public GetSelectedIndices ( ) : int[]
Résultat int[]

IPostBackDataHandler() public méthode

public IPostBackDataHandler ( ) : void
Résultat void

ListBox() public méthode

public ListBox ( ) : System.Collections
Résultat System.Collections

LoadPostData() protected méthode

protected LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
postDataKey string
postCollection NameValueCollection
Résultat bool

OnPreRender() protected méthode

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Résultat void

RaisePostDataChangedEvent() protected méthode

protected RaisePostDataChangedEvent ( ) : void
Résultat void

RenderContents() protected méthode

protected RenderContents ( HtmlTextWriter writer ) : void
writer HtmlTextWriter
Résultat void

VerifyMultiSelect() protected méthode

protected VerifyMultiSelect ( ) : void
Résultat void