The control can also optionally display a close button that allows hiding the control by changing its client side visibility.
public class DragPanel : Panel
Member | Description | |
---|---|---|
Constructor | ||
Centered | Determines whether the panel is centered in the page | |
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. | |
Cursor | The cursor property for the dragged handle or object | |
DragDelay | Delay before dragging starts in milliseconds | |
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. |