C# Class EnterpriseWebLibrary.EnterpriseWebFramework.Controls.ImageActionControlStyle

A style that renders action controls as images.
Inheritance: ActionControlStyle
Datei anzeigen Open project: enduracode/enterprise-web-library Class Usage Examples

Private Properties

Property Type Description
ActionControlStyle System.Web.UI.WebControls.WebControl
ActionControlStyle string
getClientUrl string

Public Methods

Method Description
ImageActionControlStyle ( ResourceInfo imageInfo, ResourceInfo rolloverImageInfo = null ) : System

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

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
getClientUrl ( WebControl control, ResourceInfo imageInfo ) : string

Method Details

ImageActionControlStyle() public method

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