Works with views represented as windows forms and user controls.

Namespace:  MVCSharp.Winforms
Assembly:  MVCSharp (in MVCSharp.dll)
Version: 0.8.5217.34148

Syntax

C#
public class WinformsViewsManager : ViewsManagerBase
Visual Basic (Declaration)
Public Class WinformsViewsManager _
	Inherits ViewsManagerBase
Visual C++
public ref class WinformsViewsManager : public ViewsManagerBase

Remarks

ViewInfo objects for this views manager should be of WinformsViewInfo type. That is why the WinformsViewsManager is often used in combination with ViewInfosProviderType set to WinformsViewInfosProvider.

Inheritance Hierarchy

System..::.Object
  MVCSharp.Core.Views..::.ViewsManagerBase
    MVCSharp.Winforms..::.WinformsViewsManager

See Also