ESRI.ArcGIS.Mobile.Client
CheckListView Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Controls Namespace : CheckListView Class

List control with check boxes.

Syntax

Visual Basic (Declaration) 
<DesignerCategoryAttribute("code")>
Public NotInheritable Class CheckListView 
   Inherits ExtendedListView
   Implements IGestureHost, IScrollable 
C# 
[DesignerCategoryAttribute("code")]
public sealed class CheckListView : ExtendedListView, IGestureHost, IScrollable  

Remarks

CheckListView inherits from ExtendedListView, with additional methods for checking on/off all CheckListItem, and the ItemCheckedChanged event that will be fired when item's checked status changes.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            ESRI.ArcGIS.Mobile.Client.Controls.ExtendedControl
               ESRI.ArcGIS.Mobile.Client.Controls.ExtendedListView
                  ESRI.ArcGIS.Mobile.Client.Controls.CheckListView

Requirements

Namespace: ESRI.ArcGIS.Mobile.Client.Controls

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

Assembly: ESRI.ArcGIS.Mobile.Client (in ESRI.ArcGIS.Mobile.Client.dll)

See Also