C# 클래스 EnterpriseWebLibrary.EnterpriseWebFramework.Controls.ImageActionControlStyle

A style that renders action controls as images.
상속: ActionControlStyle
파일 보기 프로젝트 열기: enduracode/enterprise-web-library 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ActionControlStyle System.Web.UI.WebControls.WebControl
ActionControlStyle string
getClientUrl string

공개 메소드들

메소드 설명
ImageActionControlStyle ( ResourceInfo imageInfo, ResourceInfo rolloverImageInfo = null ) : System

Creates an image action control style with the specified image. Do not pass null.

비공개 메소드들

메소드 설명
ActionControlStyle ( WebControl control, string defaultText, System.Web.UI.WebControls.Unit width, System.Web.UI.WebControls.Unit height, Action widthSetter ) : WebControl
ActionControlStyle ( WebControl controlForGetClientUrl ) : string
getClientUrl ( WebControl control, ResourceInfo imageInfo ) : string

메소드 상세

ImageActionControlStyle() 공개 메소드

Creates an image action control style with the specified image. Do not pass null.
public ImageActionControlStyle ( ResourceInfo imageInfo, ResourceInfo rolloverImageInfo = null ) : System
imageInfo ResourceInfo
rolloverImageInfo ResourceInfo
리턴 System