Search Results for

    Show / Hide Table of Contents

    Class RadAutoCompleteBox

    Defines a wrapper for the Telerik UWP RadAutoCompleteBox control.

    Inheritance
    System.Object
    WindowsElementWrapper
    RadAutoCompleteBox
    Inherited Members
    WindowsElementWrapper.Driver
    WindowsElementWrapper.VerifyDriverElementShown(By, Nullable<TimeSpan>)
    WindowsElementWrapper.VerifyDriverElementsShown(By, Nullable<TimeSpan>)
    Namespace: Legerity.Windows.Elements.Telerik
    Assembly: Legerity.Telerik.Uwp.dll
    Syntax
    public class RadAutoCompleteBox : WindowsElementWrapper

    Constructors

    | Improve this Doc View Source

    RadAutoCompleteBox(WindowsElement)

    Initializes a new instance of the RadAutoCompleteBox class.

    Declaration
    public RadAutoCompleteBox(WindowsElement element)
    Parameters
    Type Name Description
    WindowsElement element

    The reference.

    Properties

    | Improve this Doc View Source

    Text

    Gets the value of the auto-suggest box.

    Declaration
    public virtual string Text { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    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 Source

    SelectSuggestion(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.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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 Source

    Implicit(AppiumWebElement to RadAutoCompleteBox)

    Allows conversion of a to the RadAutoCompleteBox without direct casting.

    Declaration
    public static implicit operator RadAutoCompleteBox(AppiumWebElement element)
    Parameters
    Type Name Description
    AppiumWebElement element

    The .

    Returns
    Type Description
    RadAutoCompleteBox

    The RadAutoCompleteBox.

    | Improve this Doc View Source

    Implicit(RemoteWebElement to RadAutoCompleteBox)

    Allows conversion of a to the RadAutoCompleteBox without direct casting.

    Declaration
    public static implicit operator RadAutoCompleteBox(RemoteWebElement element)
    Parameters
    Type Name Description
    RemoteWebElement element

    The .

    Returns
    Type Description
    RadAutoCompleteBox

    The RadAutoCompleteBox.

    | Improve this Doc View Source

    Implicit(WindowsElement to RadAutoCompleteBox)

    Allows conversion of a to the RadAutoCompleteBox without direct casting.

    Declaration
    public static implicit operator RadAutoCompleteBox(WindowsElement element)
    Parameters
    Type Name Description
    WindowsElement element

    The .

    Returns
    Type Description
    RadAutoCompleteBox

    The RadAutoCompleteBox.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright (c) MADE Apps