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

A style that renders action controls as rectangular boxes.
상속: ActionControlStyle
파일 보기 프로젝트 열기: enduracode/enterprise-web-library

공개 메소드들

메소드 설명
BoxActionControlStyle ( string text, string leftImageUrl, int leftImageWidth, string rightImageUrl, int rightImageWidth, string backgroundImageUrl, int imageHeight ) : System

Creates a box action control style. Do not pass null for any string parameters.

비공개 메소드들

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

메소드 상세

BoxActionControlStyle() 공개 메소드

Creates a box action control style. Do not pass null for any string parameters.
public BoxActionControlStyle ( string text, string leftImageUrl, int leftImageWidth, string rightImageUrl, int rightImageWidth, string backgroundImageUrl, int imageHeight ) : System
text string
leftImageUrl string
leftImageWidth int
rightImageUrl string
rightImageWidth int
backgroundImageUrl string
imageHeight int
리턴 System