C# Class Esri.ArcGISRuntime.Toolkit.Controls.TextInputManager

Afficher le fichier Open project: Esri/arcgis-toolkit-dotnet

Méthodes publiques

Свойство Type Description
EnterCommandProperty System.Windows.DependencyProperty
PasswordTextProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GetEnterCommand ( DependencyObject obj ) : ICommand

Gets the command.

GetPasswordText ( DependencyObject obj ) : string

Gets the password text.

SetEnterCommand ( DependencyObject obj, ICommand value ) : void

Sets the command.

SetPasswordText ( DependencyObject obj, string value ) : void

Sets the password text.

Private Methods

Méthode Description
KeyUpHandler ( object sender, System.Windows.Input.KeyEventArgs e ) : void
OnEnterCommandChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnPasswordTextChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

GetEnterCommand() public static méthode

Gets the command.
public static GetEnterCommand ( DependencyObject obj ) : ICommand
obj System.Windows.DependencyObject The obj.
Résultat ICommand

GetPasswordText() public static méthode

Gets the password text.
public static GetPasswordText ( DependencyObject obj ) : string
obj System.Windows.DependencyObject The obj.
Résultat string

SetEnterCommand() public static méthode

Sets the command.
public static SetEnterCommand ( DependencyObject obj, ICommand value ) : void
obj System.Windows.DependencyObject The obj.
value ICommand The value.
Résultat void

SetPasswordText() public static méthode

Sets the password text.
public static SetPasswordText ( DependencyObject obj, string value ) : void
obj System.Windows.DependencyObject The obj.
value string The value.
Résultat void

Property Details

EnterCommandProperty public_oe static_oe property

Identifies the Command attached property.
public static DependencyProperty,System.Windows EnterCommandProperty
Résultat System.Windows.DependencyProperty

PasswordTextProperty public_oe static_oe property

Identifies the PasswordText attached property. In WPF this a workaround for the Password property that is not a DP.
public static DependencyProperty,System.Windows PasswordTextProperty
Résultat System.Windows.DependencyProperty