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

Show file Open project: Esri/arcgis-toolkit-dotnet

Public Properties

Property Type Description
EnterCommandProperty System.Windows.DependencyProperty
PasswordTextProperty System.Windows.DependencyProperty

Public Methods

Method 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

Method 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 method

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

GetPasswordText() public static method

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

SetEnterCommand() public static method

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

SetPasswordText() public static method

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

Property Details

EnterCommandProperty public static property

Identifies the Command attached property.
public static DependencyProperty,System.Windows EnterCommandProperty
return System.Windows.DependencyProperty

PasswordTextProperty public static 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
return System.Windows.DependencyProperty