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.wwDragPanel
public class wwDragPanel : Panel
Member | Description | |
---|---|---|
Constructor | ||
Closable | Flag that determines whether a closebox is rendered into the <div> specified as a drag handle. Class wwDragPanel | |
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 | |
OnClientCloseHandler | Client side event handler called when the panel is closed via the CloseBox icon. | |
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. | |
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. |