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!

CheckBoxList Class

[To be supplied.]

Object
   Control
      WebControl
         ListControl
            CheckBoxList

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

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.UI.WebControls

Assembly: System.Web.dll

See Also

CheckBoxList Members | System.Web.UI.WebControls Namespace