C# 클래스 FirstFloor.ModernUI.Windows.Controls.TagsList

상속: System.Windows.Controls.Control
파일 보기 프로젝트 열기: gro-ove/actools

공개 프로퍼티들

프로퍼티 타입 설명
IsReadOnlyProperty System.Windows.DependencyProperty
ItemContextMenuProperty System.Windows.DependencyProperty
ItemsSourceProperty System.Windows.DependencyProperty
SuggestionsSourceProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void
RemoveTag ( string value ) : void
ReplaceTag ( string oldValue, string newValue ) : void
TagsList ( ) : System.Linq

비공개 메소드들

메소드 설명
AddNewTag ( string tag ) : void
IsCaretAtFront ( DependencyObject d ) : bool
TextBox_KeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
TextBox_LostFocus ( object sender, RoutedEventArgs e ) : void

메소드 상세

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

RemoveTag() 공개 메소드

public RemoveTag ( string value ) : void
value string
리턴 void

ReplaceTag() 공개 메소드

public ReplaceTag ( string oldValue, string newValue ) : void
oldValue string
newValue string
리턴 void

TagsList() 공개 메소드

public TagsList ( ) : System.Linq
리턴 System.Linq

프로퍼티 상세

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

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

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

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

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

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

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

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