The control can also optionally display a close button that allows hiding the control by changing its client side visibility.
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
System.Web.UI.WebControls.Panel
Westwind.Web.Controls.DragPanel
public class DragPanel : Panel
| Member | Description | |
|---|---|---|
![]() |
Constructor | |
![]() |
ClientDialogHandler | Client side event handler that is called whenever a click event occurs anywhere inside of the modal dialog. |
![]() |
Closable | Flag that determines whether a closebox is rendered into the <div> specified as a drag handle. |
![]() |
CloseBoxImage | Optional Image used for close box if ShowCloseBoxOnDragHandle is true. |
![]() |
Draggable | Determines whether this control is draggable |
![]() |
DragHandleID | The ID of the control that is used as the drag handle to initiate a drag operation. |
![]() |
FadeOnClose | Fades out the window when it is closed with the close button |
![]() |
jQueryScriptLocation | Determines where the jquery.js resource is loaded from. WebResources, Url or leave empty to do nothing |
![]() |
PanelOpacity | Optional Opacity level in decimal percentage values (ie. 0.65 for 65%) for the panel background. Supported only in Mozilla and IE browsers. The value is given as fractional percentage. |
![]() |
ScriptLocation | Determines where the ww.jquery.js resource is loaded from. WebResources, Url or an empty string (no resource loaded) |
![]() |
ShadowOffset | Optionally used to specify a shadow below the panel. If 0 no shadow is created. If greater than 0 the panel is rendered. |
![]() |
ShadowOpacity | The opacity of the Panel's shadow if PanelShadoOffset is set. |