C# Класс Open.Core.UI.Controls.CoreTextBox

The core-extension wrapper for the TextBox.
Наследование: System.Windows.Controls.TextBox
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
SelectAllOnFocusProperty System.Windows.DependencyProperty
UpdateDataSourceOnEnterPressProperty System.Windows.DependencyProperty

Открытые методы

Метод Описание
CoreTextBox ( ) : System

Защищенные методы

Метод Описание
OnEnterPress ( System.Windows.Input.KeyEventArgs e ) : void

Приватные методы

Метод Описание
HandleKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void

Описание методов

CoreTextBox() публичный Метод

public CoreTextBox ( ) : System
Результат System

OnEnterPress() защищенный Метод

protected OnEnterPress ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
Результат void

Описание свойств

SelectAllOnFocusProperty публичное статическое свойство

Gets or sets whether the Text value is selected when the TextBox recieves focus.
public static DependencyProperty,System.Windows SelectAllOnFocusProperty
Результат System.Windows.DependencyProperty

UpdateDataSourceOnEnterPressProperty публичное статическое свойство

Gets or sets whether the data-source bound to the 'Text' property is updated when the Enter key is pressed.
public static DependencyProperty,System.Windows UpdateDataSourceOnEnterPressProperty
Результат System.Windows.DependencyProperty