Method | Description | |
---|---|---|
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 |
EWF use only.
|
|
CreateWithUrl ( string text, EnterpriseWebLibrary.EnterpriseWebFramework.ResourceInfo resourceInfo, EnterpriseWebLibrary.EnterpriseWebFramework.ActionControlIcon icon = null ) : |
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 ActionButtonSetup ( string text, ActionControl actionControl, EnterpriseWebLibrary.EnterpriseWebFramework.ActionControlIcon icon = null ) : System | ||
text | string | |
actionControl | ActionControl | |
icon | EnterpriseWebLibrary.EnterpriseWebFramework.ActionControlIcon | |
return | System |
public BuildButton ( Func |
||
styleSelector | Func |
|
usesSubmitBehavior | bool | |
return |
public static CreateWithUrl ( string text, EnterpriseWebLibrary.EnterpriseWebFramework.ResourceInfo resourceInfo, EnterpriseWebLibrary.EnterpriseWebFramework.ActionControlIcon icon = null ) : |
||
text | string | |
resourceInfo | EnterpriseWebLibrary.EnterpriseWebFramework.ResourceInfo | |
icon | EnterpriseWebLibrary.EnterpriseWebFramework.ActionControlIcon | |
return |