C# 클래스 WpfWizard.Controls.WizardPage

Represents single wizard's page.
상속: System.Windows.Controls.ContentControl
파일 보기 프로젝트 열기: pwlodek/CodeGallery

공개 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 타입 설명
CoerceNextStepSize object
CoercePreviousStepSize object
OnIsSelectedChanged void
OnNextStepSizeChanged void
OnPreviousStepSizeChanged void
WizardPage System

보호된 메소드들

메소드 설명
OnPageClose ( ) : void
OnPageShow ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

OnPageClose() 보호된 메소드

protected OnPageClose ( ) : void
리턴 void

OnPageShow() 보호된 메소드

protected OnPageShow ( ) : void
리턴 void

프로퍼티 상세

CanCancelProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows CanCancelProperty
리턴 System.Windows.DependencyProperty

CanFinishProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows CanFinishProperty
리턴 System.Windows.DependencyProperty

CanHelpProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows CanHelpProperty
리턴 System.Windows.DependencyProperty

CanNavigatePreviousPropertyKey 공개적으로 정적으로 프로퍼티

public static DependencyPropertyKey,System.Windows CanNavigatePreviousPropertyKey
리턴 System.Windows.DependencyPropertyKey

CanNextProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows CanNextProperty
리턴 System.Windows.DependencyProperty

CanPreviousProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows CanPreviousProperty
리턴 System.Windows.DependencyProperty

HeaderProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows HeaderProperty
리턴 System.Windows.DependencyProperty

IsSelectedProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows IsSelectedProperty
리턴 System.Windows.DependencyProperty

NextStepSizeProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows NextStepSizeProperty
리턴 System.Windows.DependencyProperty

PageCloseEvent 공개적으로 정적으로 프로퍼티

public static RoutedEvent,System.Windows PageCloseEvent
리턴 System.Windows.RoutedEvent

PageShowEvent 공개적으로 정적으로 프로퍼티

public static RoutedEvent,System.Windows PageShowEvent
리턴 System.Windows.RoutedEvent

PreviousStepSizeProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows PreviousStepSizeProperty
리턴 System.Windows.DependencyProperty

SelectedEvent 공개적으로 정적으로 프로퍼티

public static RoutedEvent,System.Windows SelectedEvent
리턴 System.Windows.RoutedEvent

SideHeaderProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows SideHeaderProperty
리턴 System.Windows.DependencyProperty

UnselectedEvent 공개적으로 정적으로 프로퍼티

public static RoutedEvent,System.Windows UnselectedEvent
리턴 System.Windows.RoutedEvent