Class RadAutoCompleteBox
Defines a
Inherited Members
Namespace: Legerity.Windows.Elements.Telerik
Assembly: Legerity.Telerik.Uwp.dll
Syntax
public class RadAutoCompleteBox : WindowsElementWrapper
Constructors
| Improve this Doc View SourceRadAutoCompleteBox(WindowsElement)
Initializes a new instance of the RadAutoCompleteBox class.
Declaration
public RadAutoCompleteBox(WindowsElement element)
Parameters
Type | Name | Description |
---|---|---|
WindowsElement | element | The |
Properties
| Improve this Doc View SourceText
Gets the value of the auto-suggest box.
Declaration
public virtual string Text { get; }
Property Value
Type | Description |
---|---|
System.String |
TextBox
Gets the element associated with the text box.
Declaration
public virtual TextBox TextBox { get; }
Property Value
Type | Description |
---|---|
TextBox |
Methods
| Improve this Doc View SourceSelectSuggestion(String)
Selects a suggestion from the auto-suggest box.
Declaration
public virtual void SelectSuggestion(string suggestion)
Parameters
Type | Name | Description |
---|---|---|
System.String | suggestion | The suggestion to select. |
SelectSuggestion(String, String)
Selects a suggestion from the auto-suggest box.
Declaration
public virtual void SelectSuggestion(string value, string suggestion)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The initial value to set. |
System.String | suggestion | The suggestion to select. |
SelectSuggestionByPartialSuggestion(String, String)
Selects a suggestion from the auto-suggest box.
Declaration
public virtual void SelectSuggestionByPartialSuggestion(string value, string partialSuggestion)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The initial value to set. |
System.String | partialSuggestion | The partial suggestion match to select. |
SetText(String)
Sets the value of the auto-suggest box.
Declaration
public virtual void SetText(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to set. |
Operators
| Improve this Doc View SourceImplicit(AppiumWebElement to RadAutoCompleteBox)
Allows conversion of a
Declaration
public static implicit operator RadAutoCompleteBox(AppiumWebElement element)
Parameters
Type | Name | Description |
---|---|---|
AppiumWebElement | element | The |
Returns
Type | Description |
---|---|
RadAutoCompleteBox | The RadAutoCompleteBox. |
Implicit(RemoteWebElement to RadAutoCompleteBox)
Allows conversion of a
Declaration
public static implicit operator RadAutoCompleteBox(RemoteWebElement element)
Parameters
Type | Name | Description |
---|---|---|
RemoteWebElement | element | The |
Returns
Type | Description |
---|---|
RadAutoCompleteBox | The RadAutoCompleteBox. |
Implicit(WindowsElement to RadAutoCompleteBox)
Allows conversion of a
Declaration
public static implicit operator RadAutoCompleteBox(WindowsElement element)
Parameters
Type | Name | Description |
---|---|---|
WindowsElement | element | The |
Returns
Type | Description |
---|---|
RadAutoCompleteBox | The RadAutoCompleteBox. |