NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DropDownList Class

[To be supplied.]

Object
   Control
      WebControl
         ListControl
            DropDownList

[Visual Basic]
Public Class DropDownList
   Inherits ListControl
   Implements IPostBackDataHandler
[C#]
public class DropDownList : ListControl, IPostBackDataHandler
[C++]
public __gc class DropDownList : public ListControl,
   IPostBackDataHandler
[JScript]
public class DropDownList extends ListControl, IPostBackDataHandler

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.UI.WebControls

Assembly: System.Web.dll

See Also

DropDownList Members | System.Web.UI.WebControls Namespace