Inheritance
System.Object
ModalPopupExtender
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
[RequiredScript(typeof(DropShadowExtender))]
[RequiredScript(typeof(CommonToolkitScripts))]
[RequiredScript(typeof(DragPanelExtender))]
[ClientScriptResource("AjaxControlToolkit.ModalPopupBehavior", "AjaxControlToolkit.ModalPopup.ModalPopupBehavior.js")]
public class ModalPopupExtender : DynamicPopulateExtenderControlBase, IControlResolver
Constructors
Declaration
public ModalPopupExtender()
Properties
Declaration
[ExtenderControlProperty]
public string BackgroundCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public string CancelControlID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[Obsolete("The drag feature on modal popup will be automatically turned on if you specify the PopupDragHandleControlID property. Setting the Drag property is a noop")]
[ExtenderControlProperty]
public bool Drag { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[ExtenderControlProperty]
public bool DropShadow { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[ExtenderControlProperty]
public string OkControlID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public string OnCancelScript { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public string OnOkScript { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[RequiredProperty]
[ExtenderControlProperty]
public string PopupControlID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public string PopupDragHandleControlID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
[ClientPropertyName("repositionMode")]
public ModalPopupRepositionMode RepositionMode { get; set; }
Property Value
Declaration
[ExtenderControlProperty]
public int X { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[ExtenderControlProperty]
public int Y { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Overrides
Declaration
Implements