Share via


WizardView Class

The WizardView provides the layout and user-interface for a WizardModel.

WizardView

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Class WizardView _
    Inherits Window _
    Implements IComponentConnector
public class WizardView : Window, IComponentConnector
public ref class WizardView : public Window, 
    IComponentConnector
public class WizardView extends Window implements IComponentConnector

Inheritance Hierarchy

System.Object
  System.Windows.Threading.DispatcherObject
    System.Windows.DependencyObject
      System.Windows.Media.Visual
        System.Windows.UIElement
          System.Windows.FrameworkElement
            System.Windows.Controls.Control
              System.Windows.Controls.ContentControl
                System.Windows.Window
                  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.WizardView

See Also

WizardView Members

Microsoft.Practices.EnterpriseLibrary.Configuration.Design Namespace