C# Класс EnterpriseWebLibrary.EnterpriseWebFramework.ActionButtonSetup

Represents a button that appears in the EWF user interface that performs an action or simply navigates to a URL when clicked.
Показать файл Открыть проект

Открытые методы

Метод Описание
ActionButtonSetup ( string text, ActionControl actionControl, EnterpriseWebLibrary.EnterpriseWebFramework.ActionControlIcon icon = null ) : System

Creates an action button with the given behavior (ActionControl). The ActionControlStyle of the given actionControl will be overwritten.

BuildButton ( Func styleSelector, bool usesSubmitBehavior ) : Control

EWF use only.

CreateWithUrl ( string text, EnterpriseWebLibrary.EnterpriseWebFramework.ResourceInfo resourceInfo, EnterpriseWebLibrary.EnterpriseWebFramework.ActionControlIcon icon = null ) : ActionButtonSetup

NOTE: This method will be deleted when RSIS Goal 925 is completed. But continue using it when necessary since there is no good alternative.

Описание методов

ActionButtonSetup() публичный Метод

Creates an action button with the given behavior (ActionControl). The ActionControlStyle of the given actionControl will be overwritten.
public ActionButtonSetup ( string text, ActionControl actionControl, EnterpriseWebLibrary.EnterpriseWebFramework.ActionControlIcon icon = null ) : System
text string
actionControl ActionControl
icon EnterpriseWebLibrary.EnterpriseWebFramework.ActionControlIcon
Результат System

BuildButton() публичный Метод

EWF use only.
public BuildButton ( Func styleSelector, bool usesSubmitBehavior ) : Control
styleSelector Func
usesSubmitBehavior bool
Результат System.Web.UI.Control

CreateWithUrl() публичный статический Метод

NOTE: This method will be deleted when RSIS Goal 925 is completed. But continue using it when necessary since there is no good alternative.
public static CreateWithUrl ( string text, EnterpriseWebLibrary.EnterpriseWebFramework.ResourceInfo resourceInfo, EnterpriseWebLibrary.EnterpriseWebFramework.ActionControlIcon icon = null ) : ActionButtonSetup
text string
resourceInfo EnterpriseWebLibrary.EnterpriseWebFramework.ResourceInfo
icon EnterpriseWebLibrary.EnterpriseWebFramework.ActionControlIcon
Результат ActionButtonSetup