C# Class newtelligence.DasBlog.Web.Core.WebControls.ShadowBox

Inheritance: System.Web.UI.WebControls.WebControl, IRenderControlImage
Afficher le fichier Open project: AArnott/dasblog

Private Properties

Свойство Type Description
IRenderControlImage void
RenderImage void

Méthodes publiques

Méthode Description
GetImageUrl ( string imageName ) : string
ShadowBox ( ) : System

Méthodes protégées

Méthode Description
Render ( System.Web.UI.HtmlTextWriter output ) : void

Render this control to the output parameter specified.

Private Methods

Méthode Description
IRenderControlImage ( HttpContext Context, string Args ) : void
RenderImage ( HttpResponse Response, string ImageVariant, int Width, int Height, Color ShadowColor, Color BackgroundColor ) : void

Method Details

GetImageUrl() public méthode

public GetImageUrl ( string imageName ) : string
imageName string
Résultat string

Render() protected méthode

Render this control to the output parameter specified.
protected Render ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter The HTML writer to write out to
Résultat void

ShadowBox() public méthode

public ShadowBox ( ) : System
Résultat System