Class ThemedImageButton
Used to load image from the theme directory.
Inheritance
System.Object
ThemedImageButton
Namespace: Mediachase.Commerce.Website.Controls
Assembly: Mediachase.Commerce.Website.dll
Version: 10.8.0Syntax
public class ThemedImageButton : ImageButton
Constructors
ThemedImageButton()
Declaration
public ThemedImageButton()
Methods
OnPreRender(EventArgs)
Handles the Load event of the Page control.
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e | The System.EventArgs instance containing the event data. |