Class PopupControlExtender

Implements
Inherited Members
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
[RequiredScript(typeof(CommonToolkitScripts))]
[ClientScriptResource("AjaxControlToolkit.PopupControlBehavior", "AjaxControlToolkit.PopupControl.PopupControlBehavior.js")]
[RequiredScript(typeof(PopupExtender))]
public class PopupControlExtender : DynamicPopulateExtenderControlBase, IControlResolver

Constructors

PopupControlExtender()

Declaration
public PopupControlExtender()

Properties

CommitProperty

Declaration
[ExtenderControlProperty]
public string CommitProperty { get; set; }
Property Value
Type Description
System.String

CommitScript

Declaration
[ExtenderControlProperty]
public string CommitScript { get; set; }
Property Value
Type Description
System.String

ExtenderControlID

Declaration
public string ExtenderControlID { get; set; }
Property Value
Type Description
System.String

OffsetX

Declaration
[ExtenderControlProperty]
public int OffsetX { get; set; }
Property Value
Type Description
System.Int32

OffsetY

Declaration
[ExtenderControlProperty]
public int OffsetY { get; set; }
Property Value
Type Description
System.Int32

OnHide

Declaration
[ExtenderControlProperty]
[ClientPropertyName("onHide")]
public Animation OnHide { get; set; }
Property Value
Type Description
Animation

OnShow

Declaration
[ExtenderControlProperty]
[ClientPropertyName("onShow")]
public Animation OnShow { get; set; }
Property Value
Type Description
Animation

PopupControlID

Declaration
[RequiredProperty]
[ExtenderControlProperty]
public string PopupControlID { get; set; }
Property Value
Type Description
System.String

Position

Declaration
[ExtenderControlProperty]
public PopupControlPopupPosition Position { get; set; }
Property Value
Type Description
PopupControlPopupPosition

Methods

Cancel()

Declaration
public void Cancel()

Commit(String)

Declaration
public void Commit(string result)
Parameters
Type Name Description
System.String result

GetProxyForCurrentPopup(Page)

Declaration
public static PopupControlExtender GetProxyForCurrentPopup(Page page)
Parameters
Type Name Description
System.Web.UI.Page page
Returns
Type Description
PopupControlExtender

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
System.EventArgs e
Overrides

OnPreRender(EventArgs)

Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type Name Description
System.EventArgs e
Overrides

Page_PreRender(Object, EventArgs)

Declaration
protected void Page_PreRender(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

Implements