C# 클래스 TrakHound_UI.TextBox

Interaction logic for TextBox.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: TrakHound/TrakHound-Community

공개 프로퍼티들

프로퍼티 타입 설명
BackgroundProperty System.Windows.DependencyProperty
CornerRadiusProperty System.Windows.DependencyProperty
ExampleProperty System.Windows.DependencyProperty
FontSizeProperty System.Windows.DependencyProperty
HelpTextProperty System.Windows.DependencyProperty
InstructionsProperty System.Windows.DependencyProperty
IsFocusedProperty System.Windows.DependencyProperty
RequiredProperty System.Windows.DependencyProperty
ShowClearProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty
TextWrappingProperty System.Windows.DependencyProperty
TitleProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
ClearText void
Clear_Clicked void
FocusText void
Help_MouseDown void
Help_MouseEnter void
Help_MouseLeave void
txt_GotKeyboardFocus void
txt_GotMouseCapture void
txt_LostFocus void
txt_MouseDown void
txt_PreviewKeyDown void
txt_TextChanged void

공개 메소드들

메소드 설명
Clear ( ) : void
TextBox ( ) : System.ComponentModel

비공개 메소드들

메소드 설명
ClearText ( ) : void
Clear_Clicked ( Button bt ) : void
FocusText ( ) : void
Help_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Help_MouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
Help_MouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void
txt_GotKeyboardFocus ( object sender, System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
txt_GotMouseCapture ( object sender, System.Windows.Input.MouseEventArgs e ) : void
txt_LostFocus ( object sender, RoutedEventArgs e ) : void
txt_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
txt_PreviewKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
txt_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

TextBox() 공개 메소드

public TextBox ( ) : System.ComponentModel
리턴 System.ComponentModel

프로퍼티 상세

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

public static DependencyProperty,System.Windows BackgroundProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows CornerRadiusProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows ExampleProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows FontSizeProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows HelpTextProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows InstructionsProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows IsFocusedProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows RequiredProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows ShowClearProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows TextProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows TextWrappingProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows TitleProperty
리턴 System.Windows.DependencyProperty