ASP.NET Pack Programmer's Guide
DropDown Class
Remarks See Also
 





Represents a customizable drop-down list control.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public class DropDown : DataBoundControl, IScriptControl, IPostBackDataHandler, IHostControl, IThemable

Visual Basic  Copy Code

Public Class DropDown
    Inherits DataBoundControl
    Implements IScriptControl, IPostBackDataHandler, IHostControl, IThemable

 Remarks

For additional information on how to use the control, please refer to the DropDown topic in the Using the controls section.

 Inheritance Hierarchy

System.Object
    System.Web.UI.Control
        System.Web.UI.WebControls.WebControl
            System.Web.UI.WebControls.BaseDataBoundControl
                System.Web.UI.WebControls.DataBoundControl
                    MindFusion.UI.WebForms.DropDown

 See Also

Using the controls - DropDown
DropDown Members
MindFusion.UI.WebForms Namespace