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


The following tables list the members exposed by InfoWidget.

Public Constructors

 NameDescription
Public ConstructorInfoWidget Constructor Constructs a InfoWidget object.  
Top

Public Properties

 NameDescription
Public PropertyFocused get/set its focus status (Inherited from MapWidget)
Public PropertyLeftBitmap Gets or sets the bitmap to display on the left side of the info panel. The code that sets the Image is responsible for disposing it. Please be aware that Bitmap leaks, so make sure to call Dispose() when you are finished using it. This class will not take ownership of the Bitmap.  
Public PropertyMap get/set the WidgetMap (Inherited from MapWidget)
Public PropertyRightBitmap Gets or sets the bitmap to display on the info panel. The code that sets the Image is responsible for disposing it. Please be aware that Bitmap leaks, so make sure to call Dispose() when you are finished using it. This class will not take ownership of the Bitmap.  
Public PropertySecondaryText get/set the secondary text displayed on InfoWidget, SecondaryText displayed above Text if Text is not empty  
Public PropertyText get/set the text displayed on InfoWidget  
Public PropertyTransparentColor Gets or sets the color that should be treated as transparent in the images.  
Public PropertyVisible get/set visibility (Inherited from MapWidget)
Top

Protected Properties

 NameDescription
Protected PropertyCanReceiveMouseDown get/set if the widget handles MouseDown event (Inherited from MapWidget)
Protected PropertyCanReceiveMouseMove get/set if the widget handles MouseMove event (Inherited from MapWidget)
Protected PropertyCanReceiveMouseUp get/set if the widget handles MouseUp event (Inherited from MapWidget)
Protected PropertyPixelResolutionFactor pixelResolutionFactor (Inherited from MapWidget)
Top

Public Methods

 NameDescription
Public MethodDisposeOverloaded.  Clean up any resources being used.  
Public MethodFocus set it to focused (Inherited from MapWidget)
Public MethodInvalidate (Inherited from MapWidget)
Top

Protected Methods

 NameDescription
Protected MethodOnGotFocus This method is called when the control receives focus. (Inherited from MapWidget)
Protected MethodOnKeyDown (Inherited from MapWidget)
Protected MethodOnKeyPress (Inherited from MapWidget)
Protected MethodOnKeyUp (Inherited from MapWidget)
Protected MethodOnLostFocus This method is called when the control loses the focus. (Inherited from MapWidget)
Protected MethodOnMapPaintOverridden.   
Protected MethodOnMapResizeOverridden.   
Protected MethodOnMouseDownOverridden.   
Protected MethodOnMouseMove (Inherited from MapWidget)
Protected MethodOnMouseUpOverridden.   
Protected MethodOnSetMapOverridden.   
Protected MethodOnVisibleChanged this method is called when visibility changed (Inherited from MapWidget)
Top

Public Events

 NameDescription
Public EventGotFocus Event when it is focused (Inherited from MapWidget)
Public EventKeyDown KeyDown event (Inherited from MapWidget)
Public EventKeyPress KeyPress event (Inherited from MapWidget)
Public EventKeyUp KeyUp event (Inherited from MapWidget)
Public EventLeftItemActivated  
Public EventLostFocus Event when it loses focus (Inherited from MapWidget)
Public EventMouseDown (Inherited from MapWidget)
Public EventMouseMove MouseMove event (Inherited from MapWidget)
Public EventMouseUp MouseUp event (Inherited from MapWidget)
Public EventRightItemActivated  
Top

See Also