C# Class newtelligence.DasBlog.Web.ThemeBar

ThemeBar class.
Auto-generated class.
Show file Open project: AArnott/dasblog

Protected Properties

Property Type Description
Label1 global::System.Web.UI.WebControls.Label
content global::System.Web.UI.WebControls.PlaceHolder

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
HandleCommands ( object sender, CommandEventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

OnInit() protected method

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

Property Details

Label1 protected property

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

content protected property

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