C# Class Dev2.Runtime.Configuration.CustomControls.DirectoryCompletionBox

Inheritance: System.Windows.Controls.AutoCompleteBox
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Свойство Type Description
CurrentDriveProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
OnApplyTemplate ( ) : void

Private Methods

Méthode Description
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

Method Details

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

Property Details

CurrentDriveProperty public_oe static_oe property

Identifies the P:System.Windows.Controls.AutoCompleteBox.Text dependency property.
public static DependencyProperty,System.Windows CurrentDriveProperty
Résultat System.Windows.DependencyProperty