C# 클래스 Esri.ArcGISRuntime.Toolkit.Controls.TextInputManager

파일 보기 프로젝트 열기: Esri/arcgis-toolkit-dotnet

공개 프로퍼티들

프로퍼티 타입 설명
EnterCommandProperty System.Windows.DependencyProperty
PasswordTextProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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

메소드 상세

GetEnterCommand() 공개 정적인 메소드

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

GetPasswordText() 공개 정적인 메소드

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

SetEnterCommand() 공개 정적인 메소드

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

SetPasswordText() 공개 정적인 메소드

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

프로퍼티 상세

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

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

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

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
리턴 System.Windows.DependencyProperty