Classes
Class | Description | |
---|---|---|
![]() | WinformsViewAttribute |
This attribute should by applied to view classes intended
for windows forms presentation mechanism.
|
![]() | WinformsViewInfo |
Instances of this type describe views within the Windows Forms
presentation platform. In addition to the view type it intoduces
several properties specific to the Windows Forms presentation
mechanism.
When the WinformsViewsManageractivates a view it looks to the properties of the corresponding WinformsViewInfo object. For example a form will be shown as modal if ShowModal is set to true. |
![]() | WinformsViewInfosProvider |
IViewInfosProvider implementation which creates
WinformsViewInfo objects based on WinformsViewAttribute
and ViewAttribute attributes.
|