Property | Type | Description | |
---|---|---|---|
lblTheme | global::System.Web.UI.WebControls.Label | ||
listThemes | global::System.Web.UI.WebControls.DropDownList |
Method | Description | |
---|---|---|
OnInit ( EventArgs e ) : void | ||
Page_Load ( object sender, EventArgs e ) : void | ||
listThemes_SelectedIndexChanged ( object sender, EventArgs e ) : void |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected listThemes_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected global::System.Web.UI.WebControls.Label lblTheme | ||
return | global::System.Web.UI.WebControls.Label |