Property | Type | Description | |
---|---|---|---|
AutoSelectOnFocusProperty | |||
AutoTabOnMaxLengthProperty | |||
PasswordAutoSelectOnFocusHandlerProperty | |||
PasswordAutoTabOnMaxLengthHandlerProperty |
Method | Description | |
---|---|---|
GetAutoSelectOnFocus ( |
Gets the AutoSelectOnFocus property. This dependency property indicates whether the content should be selected when the control receives focus.
|
|
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..
|
|
SetAutoSelectOnFocus ( |
Sets the AutoSelectOnFocus property. This dependency property indicates whether the content should be selected when the control receives focus.
|
|
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..
|
Method | Description | |
---|---|---|
GetPasswordAutoSelectOnFocusHandler ( |
||
GetPasswordAutoTabOnMaxLengthHandler ( |
||
OnAutoSelectOnFocusChanged ( |
Handles changes to the AutoSelectOnFocus property.
|
|
OnAutoTabOnMaxLengthChanged ( |
Handles changes to the AutoTabOnMaxLength property.
|
|
SetPasswordAutoSelectOnFocusHandler ( |
||
SetPasswordAutoTabOnMaxLengthHandler ( |
public static GetAutoSelectOnFocus ( |
||
d | ||
return | bool |
public static GetAutoTabOnMaxLength ( |
||
d | ||
return | bool |
public static SetAutoSelectOnFocus ( |
||
d | ||
value | bool | |
return | void |
public static SetAutoTabOnMaxLength ( |
||
d | ||
value | bool | |
return | void |
public static DependencyProperty,Windows.UI.Xaml AutoSelectOnFocusProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml AutoTabOnMaxLengthProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml PasswordAutoSelectOnFocusHandlerProperty | ||
return |