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


The following tables list the members exposed by MapWidget.

Public Properties

 NameDescription
Public PropertyFocused get/set its focus status  
Public PropertyMap get/set the WidgetMap  
Public PropertyVisible get/set visibility  
Top

Protected Properties

 NameDescription
Protected PropertyCanReceiveMouseDown get/set if the widget handles MouseDown event  
Protected PropertyCanReceiveMouseMove get/set if the widget handles MouseMove event  
Protected PropertyCanReceiveMouseUp get/set if the widget handles MouseUp event  
Protected PropertyPixelResolutionFactor pixelResolutionFactor  
Top

Public Methods

 NameDescription
Public MethodDisposeOverloaded.  Releases all resources used by this instance.  
Public MethodFocus set it to focused  
Public MethodInvalidate  
Top

Protected Methods

 NameDescription
Protected MethodOnGotFocus This method is called when the control receives focus.  
Protected MethodOnKeyDown  
Protected MethodOnKeyPress  
Protected MethodOnKeyUp  
Protected MethodOnLostFocus This method is called when the control loses the focus.  
Protected MethodOnMapPaint  
Protected MethodOnMapResize  
Protected MethodOnMouseDown  
Protected MethodOnMouseMove  
Protected MethodOnMouseUp  
Protected MethodOnSetMap  
Protected MethodOnVisibleChanged this method is called when visibility changed  
Top

Public Events

 NameDescription
Public EventGotFocus Event when it is focused  
Public EventKeyDown KeyDown event  
Public EventKeyPress KeyPress event  
Public EventKeyUp KeyUp event  
Public EventLostFocus Event when it loses focus  
Public EventMouseDown  
Public EventMouseMove MouseMove event  
Public EventMouseUp MouseUp event  
Top

See Also