AeroWizard Class

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for T:Microsoft.SDK.Samples.VistaBridge.Controls.AeroWizard]

Namespace:  Microsoft.SDK.Samples.VistaBridge.Controls
Assembly:  VistaBridgeControls (in VistaBridgeControls.dll) Version: 1.3.0.0 (1.3.0.0)

Syntax

C#
public class AeroWizard : Window, INotifyPropertyChanged
Visual Basic (Declaration)
Public Class AeroWizard _
	Inherits Window _
	Implements INotifyPropertyChanged
Visual C++
public ref class AeroWizard : public Window, 
	INotifyPropertyChanged

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.SDK.Samples.VistaBridge.Controls..::.AeroWizard

See Also