InterfaceIAutoCompleteBox
Interface
Represents interface for the Xaml AutoCompleteBox control wrappers.
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public interface IAutoCompleteBox : IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
Methods
Select(bool, int)
Selects item in the drop down if open.
Select(bool, string)
Selects item in the drop down if open.
SetText(bool, string, int, int)
Sets or types a new text into the AutoCompleteBox.
Declaration
cs-api-definition
void SetText(bool simulateRealUser, string text, int keyPressTime, int keyHoldTime)
Parameters
simulateRealUser
If true, simulates typing, otherwise simply replaces the text.
text
The text to set/type.
keyPressTime
The delay between each press
keyHoldTime
The delay between pressing and releasing each key