An NDoc Documented Class Library

IViewManager Interface

The IViewManager interface defines the general functionality for a view manager, which controls the display and layout of IViews.

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

public interface IViewManager : IRequestRouter, IPublisher, ISubscriber

Types that implement IViewManager

Type Description
AbstractStandardViewManager 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.

Requirements

Namespace: Sandia.MVCFramework.ViewManager

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

See Also

IViewManager Members | Sandia.MVCFramework.ViewManager Namespace