C# 클래스 WinRTXamlToolkit.Controls.CalendarExtensions

Inherited code: Requires comment.
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 메소드들

메소드 설명
GetMetaKeyState ( bool &ctrl, bool &shift ) : void

Inherited code: Requires comment.

IsHandlerSuspended ( this obj, DependencyProperty dependencyProperty ) : bool

Inherited code: Requires comment.

SetValueNoCallback ( this obj, DependencyProperty property, object value ) : void

Inherited code: Requires comment.

비공개 메소드들

메소드 설명
GetMetaKeyState ( bool &ctrl ) : void
SuspendHandler ( this obj, DependencyProperty dependencyProperty, bool suspend ) : void

Inherited code: Requires comment.

메소드 상세

GetMetaKeyState() 공개 정적인 메소드

Inherited code: Requires comment.
public static GetMetaKeyState ( bool &ctrl, bool &shift ) : void
ctrl bool Inherited code: Requires comment 2.
shift bool Inherited code: Requires comment 3.
리턴 void

IsHandlerSuspended() 공개 정적인 메소드

Inherited code: Requires comment.
public static IsHandlerSuspended ( this obj, DependencyProperty dependencyProperty ) : bool
obj this Inherited code: Requires comment 1.
dependencyProperty Windows.UI.Xaml.DependencyProperty Inherited code: Requires comment 2.
리턴 bool

SetValueNoCallback() 공개 정적인 메소드

Inherited code: Requires comment.
public static SetValueNoCallback ( this obj, DependencyProperty property, object value ) : void
obj this Inherited code: Requires comment 1.
property Windows.UI.Xaml.DependencyProperty Inherited code: Requires comment 2.
value object Inherited code: Requires comment 3.
리턴 void