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
ファイルを表示 Open project: bherila/n2cms Class Usage Examples

Public Methods

Method Description
TabPanel ( ) : System

Protected Methods

Method Description
AddAttributesToRender ( System writer ) : void
OnPreRender ( EventArgs e ) : void

Method Details

AddAttributesToRender() protected method

protected AddAttributesToRender ( System writer ) : void
writer System
return void

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void

TabPanel() public method

public TabPanel ( ) : System
return System