C# 클래스 WinRTXamlToolkit.Controls.Extensions.CursorDisplayHandler

Handles the Cursor attached behavior defined by the attached property of the FrameworkElementExtensions class.
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnControlUnloaded void
OnPointerEntered void
OnPointerExited void
UpdateCursor void

공개 메소드들

메소드 설명
Attach ( FrameworkElement frameworkElement ) : void

Attaches to the specified framework element.

Detach ( ) : void

Detaches this instance.

비공개 메소드들

메소드 설명
OnControlUnloaded ( object sender, RoutedEventArgs e ) : void
OnPointerEntered ( object sender, Windows e ) : void
OnPointerExited ( object sender, Windows e ) : void
UpdateCursor ( ) : void

메소드 상세

Attach() 공개 메소드

Attaches to the specified framework element.
public Attach ( FrameworkElement frameworkElement ) : void
frameworkElement Windows.UI.Xaml.FrameworkElement The frameworkElement.
리턴 void

Detach() 공개 메소드

Detaches this instance.
public Detach ( ) : void
리턴 void