C# 클래스 Controls.Toolkit.ContentTextBox

상속: Windows.UI.Xaml.Controls.ContentControl
파일 보기 프로젝트 열기: RedSafi-UX/SugarUIEnhancedControls 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BackgroundOpacityProperty Windows.UI.Xaml.DependencyProperty
IsOpenProperty Windows.UI.Xaml.DependencyProperty
TextLengthProperty Windows.UI.Xaml.DependencyProperty
TextProperty Windows.UI.Xaml.DependencyProperty

Private Properties

프로퍼티 타입 설명
OnAddFileButtonClick void
OnCancelButtonClick void
OnOkButtonClick void
OnTextBoxTextChanged void
SetFocusOnTextBox void
SetState void

공개 메소드들

메소드 설명
ContentTextBox ( ) : System
IsOpenPropertyChangedCallback ( DependencyObject sender, DependencyPropertyChangedEventArgs args ) : void

보호된 메소드들

메소드 설명
OnApplyTemplate ( ) : void

Builds the visual tree for the ContentTextBox control when a new template is applied.

비공개 메소드들

메소드 설명
OnAddFileButtonClick ( object sender, RoutedEventArgs e ) : void

Event handle for AddFileButton Template part's click Event.

OnCancelButtonClick ( object sender, RoutedEventArgs e ) : void

Event handle for CancelButton Template part's click Event.

OnOkButtonClick ( object sender, RoutedEventArgs e ) : void

Event handle for OkButton Template part's click Event.

OnTextBoxTextChanged ( object sender, TextChangedEventArgs e ) : void

Event handle for TextBox Template part's TextChanged Event

SetFocusOnTextBox ( ) : void

//Set focus on TextBox Element

SetState ( bool isOpen ) : void

메소드 상세

ContentTextBox() 공개 메소드

public ContentTextBox ( ) : System
리턴 System

IsOpenPropertyChangedCallback() 공개 정적인 메소드

public static IsOpenPropertyChangedCallback ( DependencyObject sender, DependencyPropertyChangedEventArgs args ) : void
sender Windows.UI.Xaml.DependencyObject
args Windows.UI.Xaml.DependencyPropertyChangedEventArgs
리턴 void

OnApplyTemplate() 보호된 메소드

Builds the visual tree for the ContentTextBox control when a new template is applied.
protected OnApplyTemplate ( ) : void
리턴 void

프로퍼티 상세

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

public static DependencyProperty,Windows.UI.Xaml BackgroundOpacityProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

public static DependencyProperty,Windows.UI.Xaml IsOpenProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

public static DependencyProperty,Windows.UI.Xaml TextLengthProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

public static DependencyProperty,Windows.UI.Xaml TextProperty
리턴 Windows.UI.Xaml.DependencyProperty