C# Class Goldtect.ASTreeViewDemo.ASTreeViewDemo11

ASTreeViewDemo11 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
aslNodesPerLevel global::System.Web.UI.WebControls.Literal
astvMyTree global::Goldtect.ASTreeView
btnGenerateTree global::System.Web.UI.WebControls.Button
divConsole global::System.Web.UI.HtmlControls.HtmlGenericControl
form1 global::System.Web.UI.HtmlControls.HtmlForm
txtNodesPerLevel global::System.Web.UI.WebControls.TextBox

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

OnInit

Page_Load ( object sender, EventArgs e ) : void

Page load logic

btnGenerateTree_Click ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
GenerateTree ( ) : void
GenerateTreeByLevel ( int nodesPerLevel ) : void
InitializeComponent ( ) : void

initial controls, bind you events etc. here

Method Details

OnInit() protected méthode

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

Page_Load() protected méthode

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

btnGenerateTree_Click() protected méthode

protected btnGenerateTree_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

aslNodesPerLevel protected_oe property

aslNodesPerLevel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal aslNodesPerLevel
Résultat global::System.Web.UI.WebControls.Literal

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

btnGenerateTree protected_oe property

btnGenerateTree control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnGenerateTree
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

txtNodesPerLevel protected_oe property

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