C# 클래스 Dev2.Runtime.Configuration.CustomControls.DirectoryCompletionBox

상속: System.Windows.Controls.AutoCompleteBox
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 프로퍼티들

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

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void

비공개 메소드들

메소드 설명
DirectoryCompletionBox ( ) : System.Windows
DirectoryUpdated ( ComputerDrive newDirectory ) : void

Handle the update of the text for the control from any source, including the TextBox part and the Text dependency property.

OnCurrentDrivePropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

TextProperty property changed handler.

TextBoxOnGotFocus ( object sender, RoutedEventArgs routedEventArgs ) : void
UpdateDirectoryValue ( ) : void

메소드 상세

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

프로퍼티 상세

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

Identifies the P:System.Windows.Controls.AutoCompleteBox.Text dependency property.
public static DependencyProperty,System.Windows CurrentDriveProperty
리턴 System.Windows.DependencyProperty