Search Results for

    Show / Hide Table of Contents

    Class AutoCompleteTextBox

    Textbox with autocomplete function

    Inheritance
    System.Object
    AutoCompleteTextBox
    Namespace: Simplic.UI.Control
    Assembly: Simplic.UI.dll
    Syntax
    public class AutoCompleteTextBox : Telerik.Windows.Controls.RadAutoCompleteBox

    Constructors

    | Improve this Doc View Source

    AutoCompleteTextBox()

    Initialize textbox

    Declaration
    public AutoCompleteTextBox()

    Fields

    | Improve this Doc View Source

    TextProperty

    Declaration
    public static readonly DependencyProperty TextProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    | Improve this Doc View Source

    Text

    Dependency property which sum searchtext and selected item properties

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    OnGotFocus(RoutedEventArgs)

    Custom got focus logic

    Declaration
    protected override void OnGotFocus(RoutedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.RoutedEventArgs e
    | Improve this Doc View Source

    OnGotKeyboardFocus(KeyboardFocusChangedEventArgs)

    Custom got focus logic

    Declaration
    protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.KeyboardFocusChangedEventArgs e
    | Improve this Doc View Source

    OnLostFocus(RoutedEventArgs)

    Custom lost focus logic

    Declaration
    protected override void OnLostFocus(RoutedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.RoutedEventArgs e
    | Improve this Doc View Source

    OnLostKeyboardFocus(KeyboardFocusChangedEventArgs)

    Custom lost focus logic

    Declaration
    protected override void OnLostKeyboardFocus(KeyboardFocusChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.KeyboardFocusChangedEventArgs e
    | Improve this Doc View Source

    OnSelectedItemChanged(Object)

    Selected item ist set as text

    Declaration
    protected override void OnSelectedItemChanged(object newValue)
    Parameters
    Type Name Description
    System.Object newValue
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx