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


The following tables list the members exposed by CheckListItem.

Public Constructors

 NameDescription
Public ConstructorCheckListItem ConstructorOverloaded.  Construcst a CheckListItem object.  
Top

Public Properties

 NameDescription
Public PropertyChecked Gets or sets a value indicating whether or not an item is checked.  
Public PropertyHighlightImageOverridden.  Gets the HighlightImage for the item. Image is based on checked status of item.  
Public PropertyImageOverridden.  Gets the Image for the item. Image is based on checked status of item.  
Public PropertyIsSubdued Gets or sets a flag indicating if the item should be drawn in the regular font or a subdued font. (Inherited from ExtendedListViewItem)
Public PropertySecondaryStrings Gets or sets the secondary strings the item will display. (Inherited from ExtendedListViewItem)
Public PropertyTag Gets or sets an associated object with the item. (Inherited from ExtendedListViewItem)
Public PropertyText Gets or sets the item text. (Inherited from ExtendedListViewItem)
Public PropertyTransparentColor Gets or sets the color that should be treated as transparent in the images. (Inherited from ExtendedListViewItem)
Top

Protected Properties

 NameDescription
Protected PropertyParentList Gets or sets the ExtendedListView associated with this item. (Inherited from ExtendedListViewItem)
Top

Public Methods

 NameDescription
Public MethodToString Returns a string representation of the object. (Inherited from ExtendedListViewItem)
Top

See Also