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

Inheritance: System.Windows.Controls.AutoCompleteBox
Datei anzeigen Open project: Warewolf-ESB/Warewolf

Public Properties

Property Type Description
CurrentDriveProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnApplyTemplate ( ) : void

Private Methods

Method 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 method

public OnApplyTemplate ( ) : void
return 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
return System.Windows.DependencyProperty