Inheritance
System.Object
PopupControlExtender
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
[RequiredScript(typeof(CommonToolkitScripts))]
[ClientScriptResource("AjaxControlToolkit.PopupControlBehavior", "AjaxControlToolkit.PopupControl.PopupControlBehavior.js")]
[RequiredScript(typeof(PopupExtender))]
public class PopupControlExtender : DynamicPopulateExtenderControlBase, IControlResolver
Constructors
Declaration
public PopupControlExtender()
Properties
Declaration
[ExtenderControlProperty]
public string CommitProperty { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public string CommitScript { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ExtenderControlID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public int OffsetX { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[ExtenderControlProperty]
public int OffsetY { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[ExtenderControlProperty]
[ClientPropertyName("onHide")]
public Animation OnHide { get; set; }
Property Value
Declaration
[ExtenderControlProperty]
[ClientPropertyName("onShow")]
public Animation OnShow { get; set; }
Property Value
Declaration
[RequiredProperty]
[ExtenderControlProperty]
public string PopupControlID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public PopupControlPopupPosition Position { get; set; }
Property Value
Methods
Declaration
Declaration
public void Commit(string result)
Parameters
Type |
Name |
Description |
System.String |
result |
|
Declaration
public static PopupControlExtender GetProxyForCurrentPopup(Page page)
Parameters
Type |
Name |
Description |
System.Web.UI.Page |
page |
|
Returns
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Overrides
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Overrides
Declaration
protected void Page_PreRender(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
Implements