C# Класс Dev2.Runtime.Configuration.CustomControls.DirectoryCompletionBox

Наследование: System.Windows.Controls.AutoCompleteBox
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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