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


The following tables list the members exposed by TextItem.

Public Constructors

 NameDescription
Public ConstructorTextItem ConstructorOverloaded.  Constructs a TextItem.  
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 PropertyIcon Gets or sets the icon shown in the item.  
Public PropertyMultiline Gets or sets a value indicating whether the item is multiline.  
Public PropertySelectable Gets or sets a value that indicates if the item can be selected. (Inherited from Item)
Public PropertySelectedBackColor Gets the color of the background when the item is selected. (Inherited from Item)
Public PropertyStyle Gets or sets the style of the item.  
Public PropertyText Gets or sets the item text.  
Public PropertyTransparentColor Gets or sets the color that should be treated as transparent in the images.  
Top

Public Methods

 NameDescription
Public MethodDrawItemOverridden.  Draws the item to the graphics object.  
Public Methodstatic (Shared in Visual Basic)GetDisclosureIcon Gets the common disclosure icon (usually an arrow) for TextItems.  
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 is changed.  
Top

Public Events

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

See Also