C# Class newtelligence.DasBlog.Web.ThemeBar

ThemeBar class.
Auto-generated class.
Afficher le fichier Open project: AArnott/dasblog

Protected Properties

Свойство Type Description
Label1 global::System.Web.UI.WebControls.Label
content global::System.Web.UI.WebControls.PlaceHolder

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Private Methods

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

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

Property Details

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

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