C# 클래스 Microsoft.Phone.Controls.DateTimePickerBase

상속: System.Windows.Controls.Control
파일 보기 프로젝트 열기: Kinnara/WPToolkit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HeaderProperty System.Windows.DependencyProperty
HeaderTemplateProperty System.Windows.DependencyProperty
PickerPageUriProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty
ValueStringFormatProperty System.Windows.DependencyProperty
ValueStringProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
ClosePickerPage void
DateShouldFlowRTL bool
IsRTLLanguage bool
OnDateButtonClick void
OnFrameNavigated void
OnFrameNavigationStoppedOrFailed void
OnValueChanged void
OnValueChanged void
OnValueStringFormatChanged void
OnValueStringFormatChanged void
OpenPickerPage void
UpdateValueString void

공개 메소드들

메소드 설명
DateTimePickerBase ( ) : System

Initializes a new instance of the DateTimePickerBase control.

OnApplyTemplate ( ) : void

Called when the control's Template is expanded.

보호된 메소드들

메소드 설명
OnValueChanged ( Microsoft.Phone.Controls.DateTimeValueChangedEventArgs e ) : void

Called when the value changes.

비공개 메소드들

메소드 설명
ClosePickerPage ( ) : void
DateShouldFlowRTL ( ) : bool

Date should flow from right to left for arabic and persian.

IsRTLLanguage ( ) : bool

Returns true if the current language is RTL.

OnDateButtonClick ( object sender, RoutedEventArgs e ) : void
OnFrameNavigated ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
OnFrameNavigationStoppedOrFailed ( object sender, EventArgs e ) : void
OnValueChanged ( System.DateTime oldValue, System.DateTime newValue ) : void
OnValueChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnValueStringFormatChanged ( ) : void
OnValueStringFormatChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OpenPickerPage ( ) : void
UpdateValueString ( ) : void

메소드 상세

DateTimePickerBase() 공개 메소드

Initializes a new instance of the DateTimePickerBase control.
public DateTimePickerBase ( ) : System
리턴 System

OnApplyTemplate() 공개 메소드

Called when the control's Template is expanded.
public OnApplyTemplate ( ) : void
리턴 void

OnValueChanged() 보호된 메소드

Called when the value changes.
protected OnValueChanged ( Microsoft.Phone.Controls.DateTimeValueChangedEventArgs e ) : void
e Microsoft.Phone.Controls.DateTimeValueChangedEventArgs The event data.
리턴 void

프로퍼티 상세

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

Identifies the Header DependencyProperty.
public static DependencyProperty,System.Windows HeaderProperty
리턴 System.Windows.DependencyProperty

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

Identifies the HeaderTemplate DependencyProperty.
public static DependencyProperty,System.Windows HeaderTemplateProperty
리턴 System.Windows.DependencyProperty

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

Identifies the PickerPageUri DependencyProperty.
public static DependencyProperty,System.Windows PickerPageUriProperty
리턴 System.Windows.DependencyProperty

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

Identifies the Value DependencyProperty.
public static DependencyProperty,System.Windows ValueProperty
리턴 System.Windows.DependencyProperty

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

Identifies the ValueStringFormat DependencyProperty.
public static DependencyProperty,System.Windows ValueStringFormatProperty
리턴 System.Windows.DependencyProperty

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

Identifies the ValueString DependencyProperty.
public static DependencyProperty,System.Windows ValueStringProperty
리턴 System.Windows.DependencyProperty