[]
Represents a control that can be used to display and edit plain text.
public class C1AutoCompleteTextBox : C1TextBox, IDependencyObject
Public Class C1AutoCompleteTextBox
Inherits C1TextBox
Implements IDependencyObject
| Name | Description |
|---|---|
| C1AutoCompleteTextBox() | Initializes a new instance of the C1AutoCompleteTextBox class. |
| C1AutoCompleteTextBox(CGRect) | Initializes a new instance of the C1AutoCompleteTextBox class. |
| C1AutoCompleteTextBox(nint) | Initializes a new instance of the C1AutoCompleteTextBox class. |
| Name | Description |
|---|---|
| DelayProperty | Identifies the Delay dependency property. |
| 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. |
| Name | Description |
|---|---|
| Dispose(bool) | |
| LayoutSubviews() | |
| MovedToWindow() | |
| OnTextChanged(TextBoxChangedEventArgs) | Called when the text changed. |
| Name | Description |
|---|---|
| AutoComplete | Gets or sets the callback used to provide the auto-completion text. |