An NDoc Documented Class Library

AbstractStandardViewManager Class

The AbstractStandardViewManager provides some general functionality for a view manager that uses a Windows form UI. It provides some basic UI components such as a MenuStrip, as well as an abstract method that is called on construction to allow inheriting classes to add their own components to the form.

For a list of all members of this type, see AbstractStandardViewManager Members.

System.Object
   MarshalByRefObject
      Component
         Control
            ScrollableControl
               ContainerControl
                  Form
                     AbstractStandardViewManager

public class AbstractStandardViewManager : Form, IViewManager, IRequestRouter, IPublisher, ISubscriber

Thread Safety

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

Requirements

Namespace: Sandia.MVCFramework.ViewManager

Assembly: Sandia.MVCFramework (in Sandia.MVCFramework.dll)

See Also

AbstractStandardViewManager Members | Sandia.MVCFramework.ViewManager Namespace