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

Item that can be added to a CheckListView control.

Object Model


Syntax

Visual Basic (Declaration) 
Public NotInheritable Class CheckListItem 
   Inherits ExtendedListViewItem
C# 
public sealed class CheckListItem : ExtendedListViewItem 

Remarks

CheckListItem can be used in a CheckListView to show an item with check on/off options. An example is the layer visibility dialog from the application that allow user to show/hide layers by checking them on/off.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.Client.Controls.ExtendedListViewItem
      ESRI.ArcGIS.Mobile.Client.Controls.CheckListItem

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