C# Class N2.Web.UI.WebControls.TabPanel

A panel that is made into a tab panel throgh jquery client side scripting.
Inheritance: System.Web.UI.WebControls.Panel
Afficher le fichier Open project: bherila/n2cms Class Usage Examples

Méthodes publiques

Méthode Description
TabPanel ( ) : System

Méthodes protégées

Méthode Description
AddAttributesToRender ( System writer ) : void
OnPreRender ( EventArgs e ) : void

Method Details

AddAttributesToRender() protected méthode

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

OnPreRender() protected méthode

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

TabPanel() public méthode

public TabPanel ( ) : System
Résultat System