C# 클래스 Goldtect.ASTreeViewDemo.ASTreeViewDemo11

ASTreeViewDemo11 class.
Auto-generated class.
파일 보기 프로젝트 열기: jinweijie/Goldtect.ASTreeViewSamples

보호된 프로퍼티들

프로퍼티 타입 설명
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

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void

OnInit

Page_Load ( object sender, EventArgs e ) : void

Page load logic

btnGenerateTree_Click ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
GenerateTree ( ) : void
GenerateTreeByLevel ( int nodesPerLevel ) : void
InitializeComponent ( ) : void

initial controls, bind you events etc. here

메소드 상세

OnInit() 보호된 메소드

OnInit
protected OnInit ( EventArgs e ) : void
e EventArgs
리턴 void

Page_Load() 보호된 메소드

Page load logic
protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

btnGenerateTree_Click() 보호된 메소드

protected btnGenerateTree_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

Head1 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.HtmlControls.HtmlHead

Header1 보호되어 있는 프로퍼티

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

aslNodesPerLevel 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Literal

astvMyTree 보호되어 있는 프로퍼티

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

btnGenerateTree 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Button

divConsole 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl

form1 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.HtmlControls.HtmlForm

txtNodesPerLevel 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.TextBox