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

Handler object type for the AutoSelectOnFocus property.
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit 1 사용 예제들

공개 메소드들

메소드 설명
AutoSelectOnFocusHandler ( TextBox associatedObject ) : System

Initializes a new instance of the AutoSelectOnFocusHandler class.

Detach ( ) : void

Detaches this instance.

비공개 메소드들

메소드 설명
AssociatedObjectOnGotFocus ( object sender, RoutedEventArgs routedEventArgs ) : void
Attach ( TextBox associatedObject ) : void

메소드 상세

AutoSelectOnFocusHandler() 공개 메소드

Initializes a new instance of the AutoSelectOnFocusHandler class.
public AutoSelectOnFocusHandler ( TextBox associatedObject ) : System
associatedObject Windows.UI.Xaml.Controls.TextBox The associated object.
리턴 System

Detach() 공개 메소드

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