C# Class Goldtect.ASTreeViewDemo.ASTreeViewDemo17

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
divConsole global::System.Web.UI.HtmlControls.HtmlGenericControl
form1 global::System.Web.UI.HtmlControls.HtmlForm

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

OnInit

OnPreRender ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Page load logic

Render ( HtmlTextWriter writer ) : void

Private Methods

Méthode Description
GenerateTree ( ) : 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

OnPreRender() protected méthode

protected OnPreRender ( 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

Render() protected méthode

protected Render ( HtmlTextWriter writer ) : void
writer HtmlTextWriter
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

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