Class RadAutoSuggestBoxAutomationPeer
Exposes the Rad
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class RadAutoSuggestBoxAutomationPeer : FrameworkElementAutomationPeer, IValueProvider, ITextProvider
Constructors
RadAutoSuggestBoxAutomationPeer(FrameworkElement)
Initializes a new instance of the Rad
Declaration
public RadAutoSuggestBoxAutomationPeer(FrameworkElement owner)
Parameters
System. The owner. |
Properties
DocumentRange
Gets a text range that encloses the main text of a document.
Declaration
public ITextRangeProvider DocumentRange { get; }
Property Value
System.
|
IsReadOnly
Gets a value that indicates whether the value of a control is read-only.
Declaration
public bool IsReadOnly { get; }
Property Value
System.
|
SupportedTextSelection
Gets a value that specifies whether a text provider supports selection and, if so, the type of selection supported.
Declaration
public SupportedTextSelection SupportedTextSelection { get; }
Property Value
System.
|
Value
Gets the value of the control.
Declaration
public string Value { get; }
Property Value
System.
|
Methods
GetAutomationControlTypeCore()
When overridden in a derived class, is called by System.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System. The control type, as a value of the enumeration. |
GetChildrenCore()
Gets the collection of child elements of the System.
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System. A list of child System. |
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.
|
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
Returns
System.
|
GetLocalizedControlTypeCore()
When overridden in a derived class, is called by System.
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System. The type of the control. |
GetNameCore()
Returns the text label of the System.
Declaration
protected override string GetNameCore()
Returns
System. The text label of the element that is associated with this automation peer. |
GetPattern(PatternInterface)
Gets the control pattern for the System.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System. A value from the enumeration. |
Returns
System. An object that implements the System. |
GetSelection()
Retrieves a collection of disjoint text ranges associated with the current text selection or selections.
Declaration
public ITextRangeProvider[] GetSelection()
Returns
System.
|
GetVisibleRanges()
Retrieves an array of disjoint text ranges from a text container where each text range begins with the first partially visible line through to the end of the last partially visible line.
Declaration
public ITextRangeProvider[] GetVisibleRanges()
Returns
System.
|
RangeFromChild(IRawElementProviderSimple)
Retrieves a text range enclosing a child element such as an image, hyperlink, or other embedded object.
Declaration
public ITextRangeProvider RangeFromChild(IRawElementProviderSimple childElement)
Parameters
System.
|
Returns
System.
|
RangeFromPoint(Point)
Returns the degenerate (empty) text range nearest to the specified screen coordinates.
Declaration
public ITextRangeProvider RangeFromPoint(Point screenLocation)
Parameters
System.
|
Returns
System.
|
SetValue(String)
Sets the value.
Declaration
public void SetValue(string value)
Parameters
System. The value. |