C# Class Goldtect.ASTreeViewDemo.ASTreeViewDemo8

ASTreeViewDemo8 class.
Auto-generated class.
Afficher le fichier Open project: jinweijie/Goldtect.ASTreeViewSamples

Protected Properties

Свойство 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

Méthodes protégées

Méthode 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

Méthode Description
GenerateTree ( ) : void

Method Details

OnPreRender() protected méthode

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

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

btnExpandToDepth_Click() protected méthode

protected btnExpandToDepth_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

btnPostBackTest_Click() protected méthode

protected btnPostBackTest_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

Head1 protected_oe 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
Résultat global::System.Web.UI.HtmlControls.HtmlHead

Header1 protected_oe property

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

astvMyTree protected_oe property

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

btnExpandToDepth protected_oe 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
Résultat global::System.Web.UI.WebControls.Button

btnPostBackTest protected_oe 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
Résultat global::System.Web.UI.WebControls.Button

divConsole protected_oe 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
Résultat global::System.Web.UI.HtmlControls.HtmlGenericControl

form1 protected_oe 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
Résultat global::System.Web.UI.HtmlControls.HtmlForm

txtDepth protected_oe 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
Résultat global::System.Web.UI.WebControls.TextBox