The main map view component. This class cannot be inherited.


Namespace: MapWinView
Assembly: MapWinView (in MapWinView.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class MapView
    Inherits UserControl
C#
public sealed class MapView : UserControl
C++
ref class MapView sealed  : UserControl
J#
public final class MapView extends UserControl
JScript
public final class MapView extends UserControl

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.UserControl
                     MapWinView.MapView

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also