ESRI.ArcGIS.Mobile.Client
CheckListItem Constructor(String,Boolean)
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Controls Namespace > CheckListItem Class > CheckListItem Constructor : CheckListItem Constructor(String,Boolean)

text
The item's text.
isChecked
The checked status of an item.
Construcst a CheckListItem object.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal text As String, _
   ByVal isChecked As Boolean _
)
C# 
public CheckListItem( 
   string text,
   bool isChecked
)

Parameters

text
The item's text.
isChecked
The checked status of an item.

Requirements

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

See Also