[]
        
(Showing Draft Content)

C1.WPF.Input.C1AutoCompleteTextBox

C1AutoCompleteTextBox Class

Represents a control that can be used to display and edit plain text.

Inheritance
C1TextBoxBase
C1AutoCompleteTextBox
Namespace: C1.WPF.Input
Assembly: C1.WPF.Input.dll
Syntax
public class C1AutoCompleteTextBox : C1TextBox, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, INotifyPropertyChanged, IDisposable, IDependencyObject

Constructors

Name Description
C1AutoCompleteTextBox()

Initializes a new instance of the C1AutoCompleteTextBox class.

Fields

Name Description
DelayProperty

Identifies the Delay dependency property.

Properties

Name Description
AutoCompleteText

Gets the auto-completed text.

Delay

Gets or sets the delay that occurs between the key strokes and the text changed event.

IsPlaceholderVisible

Gets a value indicating whether the placeholder is visible.

Methods

Name Description
Dispose(bool)
OnApplyTemplate()
OnPreviewKeyDown(KeyEventArgs)
OnTextChanged(TextChangedEventArgs)

Events

Name Description
AutoComplete

Gets or sets the callback used to provide the auto-completion text.