C# Class EnterpriseWebLibrary.EnterpriseWebFramework.Controls.BoxActionControlStyle

A style that renders action controls as rectangular boxes.
Inheritance: ActionControlStyle
Datei anzeigen Open project: enduracode/enterprise-web-library

Public Methods

Method Description
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.

Private Methods

Method Description
ActionControlStyle ( WebControl control, string defaultText, System.Web.UI.WebControls.Unit width, System.Web.UI.WebControls.Unit height, Action widthSetter ) : WebControl
ActionControlStyle ( WebControl controlForGetClientUrl ) : string

Method Details

BoxActionControlStyle() public method

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
return System