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

Contains an extension for automatically switching focus to next field when the cursor reaches the MexLength position.
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 프로퍼티들

프로퍼티 타입 설명
AutoSelectOnFocusProperty Windows.UI.Xaml.DependencyProperty
AutoTabOnMaxLengthProperty Windows.UI.Xaml.DependencyProperty
PasswordAutoSelectOnFocusHandlerProperty Windows.UI.Xaml.DependencyProperty
PasswordAutoTabOnMaxLengthHandlerProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
GetAutoSelectOnFocus ( DependencyObject d ) : bool

Gets the AutoSelectOnFocus property. This dependency property indicates whether the content should be selected when the control receives focus.

GetAutoTabOnMaxLength ( DependencyObject d ) : bool

Gets the AutoTabOnMaxLength property. This dependency property indicates whether the focus should switch to next element when the cursor moves to the position at maximum length of the field..

SetAutoSelectOnFocus ( DependencyObject d, bool value ) : void

Sets the AutoSelectOnFocus property. This dependency property indicates whether the content should be selected when the control receives focus.

SetAutoTabOnMaxLength ( DependencyObject d, bool value ) : void

Sets the AutoTabOnMaxLength property. This dependency property indicates whether the focus should switch to next element when the cursor moves to the position at maximum length of the field..

비공개 메소드들

메소드 설명
GetPasswordAutoSelectOnFocusHandler ( DependencyObject d ) : PasswordAutoSelectOnFocusHandler
GetPasswordAutoTabOnMaxLengthHandler ( DependencyObject d ) : PasswordAutoTabOnMaxLengthHandler
OnAutoSelectOnFocusChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the AutoSelectOnFocus property.

OnAutoTabOnMaxLengthChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the AutoTabOnMaxLength property.

SetPasswordAutoSelectOnFocusHandler ( DependencyObject d, PasswordAutoSelectOnFocusHandler value ) : void
SetPasswordAutoTabOnMaxLengthHandler ( DependencyObject d, PasswordAutoTabOnMaxLengthHandler value ) : void

메소드 상세

GetAutoSelectOnFocus() 공개 정적인 메소드

Gets the AutoSelectOnFocus property. This dependency property indicates whether the content should be selected when the control receives focus.
public static GetAutoSelectOnFocus ( DependencyObject d ) : bool
d Windows.UI.Xaml.DependencyObject
리턴 bool

GetAutoTabOnMaxLength() 공개 정적인 메소드

Gets the AutoTabOnMaxLength property. This dependency property indicates whether the focus should switch to next element when the cursor moves to the position at maximum length of the field..
public static GetAutoTabOnMaxLength ( DependencyObject d ) : bool
d Windows.UI.Xaml.DependencyObject
리턴 bool

SetAutoSelectOnFocus() 공개 정적인 메소드

Sets the AutoSelectOnFocus property. This dependency property indicates whether the content should be selected when the control receives focus.
public static SetAutoSelectOnFocus ( DependencyObject d, bool value ) : void
d Windows.UI.Xaml.DependencyObject
value bool
리턴 void

SetAutoTabOnMaxLength() 공개 정적인 메소드

Sets the AutoTabOnMaxLength property. This dependency property indicates whether the focus should switch to next element when the cursor moves to the position at maximum length of the field..
public static SetAutoTabOnMaxLength ( DependencyObject d, bool value ) : void
d Windows.UI.Xaml.DependencyObject
value bool
리턴 void

프로퍼티 상세

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

AutoSelectOnFocus Attached Dependency Property
public static DependencyProperty,Windows.UI.Xaml AutoSelectOnFocusProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

AutoTabOnMaxLength Attached Dependency Property
public static DependencyProperty,Windows.UI.Xaml AutoTabOnMaxLengthProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

PasswordAutoSelectOnFocusHandler Attached Dependency Property
public static DependencyProperty,Windows.UI.Xaml PasswordAutoSelectOnFocusHandlerProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

PasswordAutoTabOnMaxLengthHandler Attached Dependency Property
public static DependencyProperty,Windows.UI.Xaml PasswordAutoTabOnMaxLengthHandlerProperty
리턴 Windows.UI.Xaml.DependencyProperty