Properties
- BackgroundCssClass - A CSS class to apply to the background when the modal popup is displayed
- CancelControlID - ID of an element that cancels the modal popup
- Drag - A Boolean value that specifies whether or not the modal popup can be dragged
- DropShadow - Set to True to automatically add a drop shadow to the modal popup
- OkControlID - ID of an element that dismisses the modal popup
- OnCancelScript - A script to run when the modal popup is dismissed using the element specified in CancelControlID
- OnHidden - Animation to perform once the modal popup is hidden
- OnHiding - Animation to perform just before the modal popup is hidden. The popup closes only after animation completes
- OnOkScript - A script to run when the modal popup is dismissed using the element specified in OkControlID
- OnShowing - Animation to perform just before the modal popup is shown
- OnShown - Animation to perform once the modal popup is shown
- PopupControlID - ID of an element to display as a modal popup
- PopupDragHandleControlID - ID of the embedded element that contains a popup header and title that will be used as a drag handle
- RepositionMode - A value that determines if the popup must be repositioned when the window is resized or scrolled
- X - The X coordinate of the top/left corner of the modal popup
- Y - The Y coordinate of the top/left corner of the modal popup