C# Class AjaxControlToolkit.ComboBox

Inheritance: System.Web.UI.WebControls.ListControl, IScriptControl, IPostBackDataHandler, INamingContainer, IControlResolver
Afficher le fichier Open project: DevExpress/AjaxControlToolkit Class Usage Examples

Private Properties

Свойство Type Description
GetInlineDisplayStyle string
IPostBackDataHandler bool
IPostBackDataHandler void
IScriptControl IEnumerable
IScriptControl IEnumerable

Méthodes publiques

Méthode Description
RaisePostDataChangedEvent ( ) : void

Raises PostDataChangeEvent.

RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void

Renders a control.

ResolveControl ( string controlId ) : Control

Resolves a control

Méthodes protégées

Méthode Description
AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
AddButtonAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
AddContainerAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
AddOptionListAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
AddTableAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
AddTextBoxAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
CreateChildControls ( ) : void
GetScriptDescriptors ( ) : IEnumerable
GetScriptReferences ( ) : IEnumerable
InsertItem ( ComboBoxItemInsertEventArgs e ) : void
LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
OnItemInserted ( ComboBoxItemInsertEventArgs e ) : void
OnItemInserting ( ComboBoxItemInsertEventArgs e ) : void
OnLoad ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void
RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void

Private Methods

Méthode Description
GetInlineDisplayStyle ( ) : string
IPostBackDataHandler ( string postDataKey, NameValueCollection postCollection ) : bool
IPostBackDataHandler ( ) : void
IScriptControl ( ) : IEnumerable
IScriptControl ( ) : IEnumerable

Method Details

AddAttributesToRender() protected méthode

protected AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

AddButtonAttributesToRender() protected méthode

protected AddButtonAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

AddContainerAttributesToRender() protected méthode

protected AddContainerAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

AddOptionListAttributesToRender() protected méthode

protected AddOptionListAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

AddTableAttributesToRender() protected méthode

protected AddTableAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

AddTextBoxAttributesToRender() protected méthode

protected AddTextBoxAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

CreateChildControls() protected méthode

protected CreateChildControls ( ) : void
Résultat void

GetScriptDescriptors() protected méthode

protected GetScriptDescriptors ( ) : IEnumerable
Résultat IEnumerable

GetScriptReferences() protected méthode

protected GetScriptReferences ( ) : IEnumerable
Résultat IEnumerable

InsertItem() protected méthode

protected InsertItem ( ComboBoxItemInsertEventArgs e ) : void
e ComboBoxItemInsertEventArgs
Résultat void

LoadPostData() protected méthode

protected LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
postDataKey string
postCollection System.Collections.Specialized.NameValueCollection
Résultat bool

OnItemInserted() protected méthode

protected OnItemInserted ( ComboBoxItemInsertEventArgs e ) : void
e ComboBoxItemInsertEventArgs
Résultat void

OnItemInserting() protected méthode

protected OnItemInserting ( ComboBoxItemInsertEventArgs e ) : void
e ComboBoxItemInsertEventArgs
Résultat void

OnLoad() protected méthode

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

OnPreRender() protected méthode

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

RaisePostDataChangedEvent() public méthode

Raises PostDataChangeEvent.
public RaisePostDataChangedEvent ( ) : void
Résultat void

Render() protected méthode

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

RenderContents() protected méthode

protected RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

RenderControl() public méthode

Renders a control.
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter HTML text writer
Résultat void

ResolveControl() public méthode

Resolves a control
public ResolveControl ( string controlId ) : Control
controlId string ID of the control
Résultat System.Web.UI.Control