C# 클래스 newtelligence.DasBlog.Web.Core.WebControls.ShadowBox

상속: System.Web.UI.WebControls.WebControl, IRenderControlImage
파일 보기 프로젝트 열기: AArnott/dasblog

Private Properties

프로퍼티 타입 설명
IRenderControlImage void
RenderImage void

공개 메소드들

메소드 설명
GetImageUrl ( string imageName ) : string
ShadowBox ( ) : System

보호된 메소드들

메소드 설명
Render ( System.Web.UI.HtmlTextWriter output ) : void

Render this control to the output parameter specified.

비공개 메소드들

메소드 설명
IRenderControlImage ( HttpContext Context, string Args ) : void
RenderImage ( HttpResponse Response, string ImageVariant, int Width, int Height, Color ShadowColor, Color BackgroundColor ) : void

메소드 상세

GetImageUrl() 공개 메소드

public GetImageUrl ( string imageName ) : string
imageName string
리턴 string

Render() 보호된 메소드

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
리턴 void

ShadowBox() 공개 메소드

public ShadowBox ( ) : System
리턴 System