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


The following tables list the members exposed by PictureItem.

Public Constructors

 NameDescription
Public ConstructorPictureItem ConstructorOverloaded.  Constructs a PictureItem.  
Top

Public Properties

 NameDescription
Public PropertyBitmap Gets or sets the Bitmap shown in the item.  
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 PropertySelectedBackColor Gets the color of the background when the item is selected. (Inherited from Item)
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