This extender attaches the stock "floatingBehavior" to a Panel, and is an example of wrapping an existing behavior with an extender. When attached to a Panel, the user can then drag that panel around the browser rendering surface using the mouse.

Namespace:  AjaxControlToolkit
Assembly:  AjaxControlToolkit (in AjaxControlToolkit.dll) Version: 1.0.10920.38393 (1.0.10920.0)

Syntax

C#
public class DragPanelExtender : ExtenderControlBase
Visual Basic (Declaration)
Public Class DragPanelExtender _
	Inherits ExtenderControlBase
Visual C++
public ref class DragPanelExtender : public ExtenderControlBase

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    System.Web.UI..::.ExtenderControl
      AjaxControlToolkit..::.ExtenderControlBase
        AjaxControlToolkit..::.DragPanelExtender

See Also