C# Class WpfWizard.Controls.WizardPage

Represents single wizard's page.
Inheritance: System.Windows.Controls.ContentControl
ファイルを表示 Open project: pwlodek/CodeGallery

Public Properties

Property Type Description
CanCancelProperty System.Windows.DependencyProperty
CanFinishProperty System.Windows.DependencyProperty
CanHelpProperty System.Windows.DependencyProperty
CanNavigatePreviousPropertyKey System.Windows.DependencyPropertyKey
CanNextProperty System.Windows.DependencyProperty
CanPreviousProperty System.Windows.DependencyProperty
HeaderProperty System.Windows.DependencyProperty
IsSelectedProperty System.Windows.DependencyProperty
NextStepSizeProperty System.Windows.DependencyProperty
PageCloseEvent System.Windows.RoutedEvent
PageShowEvent System.Windows.RoutedEvent
PreviousStepSizeProperty System.Windows.DependencyProperty
SelectedEvent System.Windows.RoutedEvent
SideHeaderProperty System.Windows.DependencyProperty
UnselectedEvent System.Windows.RoutedEvent

Private Properties

Property Type Description
CoerceNextStepSize object
CoercePreviousStepSize object
OnIsSelectedChanged void
OnNextStepSizeChanged void
OnPreviousStepSizeChanged void
WizardPage System

Protected Methods

Method Description
OnPageClose ( ) : void
OnPageShow ( ) : void

Private Methods

Method Description
CoerceNextStepSize ( DependencyObject d, object value ) : object
CoercePreviousStepSize ( DependencyObject d, object value ) : object
OnIsSelectedChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnNextStepSizeChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnPreviousStepSizeChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
WizardPage ( ) : System

Method Details

OnPageClose() protected method

protected OnPageClose ( ) : void
return void

OnPageShow() protected method

protected OnPageShow ( ) : void
return void

Property Details

CanCancelProperty public_oe static_oe property

public static DependencyProperty,System.Windows CanCancelProperty
return System.Windows.DependencyProperty

CanFinishProperty public_oe static_oe property

public static DependencyProperty,System.Windows CanFinishProperty
return System.Windows.DependencyProperty

CanHelpProperty public_oe static_oe property

public static DependencyProperty,System.Windows CanHelpProperty
return System.Windows.DependencyProperty

CanNavigatePreviousPropertyKey public_oe static_oe property

public static DependencyPropertyKey,System.Windows CanNavigatePreviousPropertyKey
return System.Windows.DependencyPropertyKey

CanNextProperty public_oe static_oe property

public static DependencyProperty,System.Windows CanNextProperty
return System.Windows.DependencyProperty

CanPreviousProperty public_oe static_oe property

public static DependencyProperty,System.Windows CanPreviousProperty
return System.Windows.DependencyProperty

HeaderProperty public_oe static_oe property

public static DependencyProperty,System.Windows HeaderProperty
return System.Windows.DependencyProperty

IsSelectedProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsSelectedProperty
return System.Windows.DependencyProperty

NextStepSizeProperty public_oe static_oe property

public static DependencyProperty,System.Windows NextStepSizeProperty
return System.Windows.DependencyProperty

PageCloseEvent public_oe static_oe property

public static RoutedEvent,System.Windows PageCloseEvent
return System.Windows.RoutedEvent

PageShowEvent public_oe static_oe property

public static RoutedEvent,System.Windows PageShowEvent
return System.Windows.RoutedEvent

PreviousStepSizeProperty public_oe static_oe property

public static DependencyProperty,System.Windows PreviousStepSizeProperty
return System.Windows.DependencyProperty

SelectedEvent public_oe static_oe property

public static RoutedEvent,System.Windows SelectedEvent
return System.Windows.RoutedEvent

SideHeaderProperty public_oe static_oe property

public static DependencyProperty,System.Windows SideHeaderProperty
return System.Windows.DependencyProperty

UnselectedEvent public_oe static_oe property

public static RoutedEvent,System.Windows UnselectedEvent
return System.Windows.RoutedEvent