C# Class Goldtect.ASTreeViewDemo.ASTreeViewDemo8

ASTreeViewDemo8 class.
Auto-generated class.
Show file Open project: jinweijie/Goldtect.ASTreeViewSamples

Protected Properties

Property Type Description
Head1 global::System.Web.UI.HtmlControls.HtmlHead
Header1 global::Goldtect.ASTreeViewDemo.Header
astvMyTree global::Goldtect.ASTreeView
btnExpandToDepth global::System.Web.UI.WebControls.Button
btnPostBackTest global::System.Web.UI.WebControls.Button
divConsole global::System.Web.UI.HtmlControls.HtmlGenericControl
form1 global::System.Web.UI.HtmlControls.HtmlForm
txtDepth global::System.Web.UI.WebControls.TextBox

Protected Methods

Method Description
OnPreRender ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
btnExpandToDepth_Click ( object sender, EventArgs e ) : void
btnPostBackTest_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
GenerateTree ( ) : void

Method Details

OnPreRender() protected method

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

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnExpandToDepth_Click() protected method

protected btnExpandToDepth_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnPostBackTest_Click() protected method

protected btnPostBackTest_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

Head1 protected property

Head1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlHead Head1
return global::System.Web.UI.HtmlControls.HtmlHead

Header1 protected property

Header1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Goldtect.ASTreeViewDemo.Header Header1
return global::Goldtect.ASTreeViewDemo.Header

astvMyTree protected property

astvMyTree control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Goldtect.ASTreeView astvMyTree
return global::Goldtect.ASTreeView

btnExpandToDepth protected property

btnExpandToDepth control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnExpandToDepth
return global::System.Web.UI.WebControls.Button

btnPostBackTest protected property

btnPostBackTest control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnPostBackTest
return global::System.Web.UI.WebControls.Button

divConsole protected property

divConsole control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl divConsole
return global::System.Web.UI.HtmlControls.HtmlGenericControl

form1 protected property

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
return global::System.Web.UI.HtmlControls.HtmlForm

txtDepth protected property

txtDepth control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtDepth
return global::System.Web.UI.WebControls.TextBox