AeroWizard Class
Represents a Wizard
control that uses the Aero
style.
public class AeroWizard : Wizard
- Inheritance:
- object Visual UIElement FrameworkElement Control ItemsControl Wizard object
Remarks
For detailed documentation on this control's features and how to use them, please see the Wizard-related series of documentation topics.
Constructors
AeroWizard()
Initializes an instance of the class.
public AeroWizard()
Inherited Members
- Wizard.CancelEvent
- Wizard.FinishEvent
- Wizard.HelpEvent
- Wizard.PreviewCancelEvent
- Wizard.PreviewFinishEvent
- Wizard.PreviewHelpEvent
- Wizard.PreviewSelectedPageChangedEvent
- Wizard.PreviewSelectedPageChangingEvent
- Wizard.SelectedPageChangedEvent
- Wizard.SelectedPageChangingEvent
- Wizard.BackButtonEnabledProperty
- Wizard.BackButtonTextProperty
- Wizard.BackButtonVisibleProperty
- Wizard.BackwardProgressTransitionDurationProperty
- Wizard.ButtonContainerPaddingProperty
- Wizard.CancelButtonClosesWindowProperty
- Wizard.CancelButtonEnabledProperty
- Wizard.CancelButtonTextProperty
- Wizard.CancelButtonVisibleProperty
- Wizard.ExteriorPageWatermarkMinWidthProperty
- Wizard.FinishButtonClosesWindowProperty
- Wizard.FinishButtonEnabledProperty
- Wizard.FinishButtonTextProperty
- Wizard.FinishButtonVisibleProperty
- Wizard.ForwardProgressTransitionDurationProperty
- Wizard.HelpButtonEnabledProperty
- Wizard.HelpButtonTextProperty
- Wizard.HelpButtonVisibleProperty
- Wizard.InteriorPageHeaderMinHeightProperty
- Wizard.IsWindowDialogResultUpdatingEnabledProperty
- Wizard.NavigationCommandsEnabledProperty
- Wizard.NextButtonEnabledProperty
- Wizard.NextButtonTextProperty
- Wizard.NextButtonVisibleProperty
- Wizard.PageSequenceTypeProperty
- Wizard.SelectedPageProperty
- Wizard.TransitionDefaultDirectionProperty
- Wizard.TransitionSelectorProperty
- Wizard.WindowCancelButtonProperty
- Wizard.WindowDefaultButtonProperty
- Wizard.WindowTitleTextProperty
- Wizard.WindowTitleBaseTextProperty
- Wizard.WindowTitleBehaviorProperty
- Wizard.WindowTitleCustomPageTextProperty
- Wizard.BacktrackToPage(WizardPage)
- Wizard.BacktrackToPreviousPage()
- Wizard.ExecuteCancel()
- Wizard.ExecuteFinish()
- Wizard.ExecuteHelp()
- Wizard.GetContainerForItemOverride()
- Wizard.GoToNextPage()
- Wizard.GoToPage(WizardPage)
- Wizard.IsItemItsOwnContainerOverride(object)
- Wizard.OnApplyTemplate()
- Wizard.OnCancel(RoutedEventArgs)
- Wizard.OnCreateAutomationPeer()
- Wizard.OnFinish(RoutedEventArgs)
- Wizard.OnGotKeyboardFocus(KeyboardFocusChangedEventArgs)
- Wizard.OnHelp(RoutedEventArgs)
- Wizard.OnInitialized(EventArgs)
- Wizard.OnItemsChanged(NotifyCollectionChangedEventArgs)
- Wizard.OnPreviewCancel(RoutedEventArgs)
- Wizard.OnPreviewFinish(RoutedEventArgs)
- Wizard.OnPreviewHelp(RoutedEventArgs)
- Wizard.OnPreviewSelectedPageChanged(WizardSelectedPageChangeEventArgs)
- Wizard.OnPreviewSelectedPageChanging(WizardSelectedPageChangeEventArgs)
- Wizard.OnSelectedPageChanged(WizardSelectedPageChangeEventArgs)
- Wizard.OnSelectedPageChanging(WizardSelectedPageChangeEventArgs)
- Wizard.OnVisualParentChanged(DependencyObject)
- Wizard.SetSelectedIndex(int, WizardPageSelectionFlags)
- Wizard.SetSelectedPage(WizardPage, WizardPageSelectionFlags)
- Wizard.UpdateWindowTitle()
- Wizard.BackButtonEnabled
- Wizard.BackButtonText
- Wizard.BackButtonVisible
- Wizard.BackwardProgressTransitionDuration
- Wizard.ButtonContainer
- Wizard.ButtonContainerPadding
- Wizard.CancelButtonClosesWindow
- Wizard.CancelButtonEnabled
- Wizard.CancelButtonText
- Wizard.CancelButtonVisible
- Wizard.ExteriorPageWatermarkMinWidth
- Wizard.FinishButtonClosesWindow
- Wizard.FinishButtonEnabled
- Wizard.FinishButtonText
- Wizard.FinishButtonVisible
- Wizard.ForwardProgressTransitionDuration
- Wizard.HelpButtonEnabled
- Wizard.HelpButtonText
- Wizard.HelpButtonVisible
- Wizard.InteriorPageHeaderMinHeight
- Wizard.IsWindowDialogResultUpdatingEnabled
- Wizard.NavigationCommandsEnabled
- Wizard.NextButtonEnabled
- Wizard.NextButtonText
- Wizard.NextButtonVisible
- Wizard.PageSequenceType
- Wizard.SelectedIndex
- Wizard.SelectedPage
- Wizard.TransitionDefaultDirection
- Wizard.TransitionSelector
- Wizard.WindowCancelButton
- Wizard.WindowDefaultButton
- Wizard.WindowTitleText
- Wizard.WindowTitleBaseText
- Wizard.WindowTitleBehavior
- Wizard.WindowTitleCustomPageText
- Wizard.Cancel
- Wizard.Finish
- Wizard.Help
- Wizard.PreviewCancel
- Wizard.PreviewFinish
- Wizard.PreviewHelp
- Wizard.PreviewSelectedPageChanged
- Wizard.PreviewSelectedPageChanging
- Wizard.SelectedPageChanged
- Wizard.SelectedPageChanging