DotNetNuke 5.2

Namespace:  DotNetNuke.UI.WebControls
Assembly:  DotNetNuke (in DotNetNuke.dll) Version: 5.2.0.275

Syntax

C#
public class DualListBox : WebControl, 
	IPostBackEventHandler, IPostBackDataHandler
Visual Basic (Declaration)
Public Class DualListBox _
	Inherits WebControl _
	Implements IPostBackEventHandler, IPostBackDataHandler
Visual C++
public ref class DualListBox : public WebControl, 
	IPostBackEventHandler, IPostBackDataHandler

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    System.Web.UI.WebControls..::.WebControl
      DotNetNuke.UI.WebControls..::.DualListBox

See Also