C# Класс EnterpriseWebLibrary.EnterpriseWebFramework.Controls.ImageActionControlStyle

A style that renders action controls as images.
Наследование: ActionControlStyle
Показать файл Открыть проект Примеры использования класса

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