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


The following tables list the members exposed by LinkItem.

Public Constructors

 NameDescription
Public ConstructorLinkItem ConstructorOverloaded.  Constructs a LinkItem.  
Top

Public Properties

 NameDescription
Public PropertyGroup Gets the Group object this item belongs to. (Inherited from Item)
Public PropertyGroupView Gets the GroupView control this item belongs to. (Inherited from Item)
Public PropertySelectable Gets or sets a value that indicates if the item can be selected. (Inherited from Item)
Public PropertySelectedBackColorOverridden.  Gets the background color of the selected items.  
Public PropertyText Gets or sets the item text.  
Top

Public Methods

 NameDescription
Public MethodDrawItemOverridden.  Draws the item to the graphics object.  
Public MethodGetHeightOverridden.  Gets the height of the item.  
Public MethodInvalidate Invalidates the UI of the item. (Inherited from Item)
Top

Protected Methods

 NameDescription
Protected MethodNotifyViewOfHeightChange Call this when the height of the item changes to notify the view. (Inherited from Item)
Protected MethodOnActivated Occurs when an item is Activated. (Inherited from Item)
Protected MethodOnViewWidthChangedOverridden.  Occurs when the width of the view changes.  
Top

Public Events

 NameDescription
Public EventActivated Occurs when an item is Activated. (Inherited from Item)
Top

See Also