Class AutoCompleteAppendHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class AutoCompleteAppendHelper : BaseAutoComplete, IDisposable
Constructors
AutoCompleteAppendHelper(RadDropDownListElement)
Declaration
public AutoCompleteAppendHelper(RadDropDownListElement owner)
Parameters
RadDropDownListElement
owner
|
Properties
FindString
Declaration
protected string FindString { get; }
Property Value
System.String
|
LimitToList
LimitToList Property
Declaration
public bool LimitToList { get; set; }
Property Value
System.Boolean
|
StringComparison
Declaration
protected StringComparison StringComparison { get; }
Property Value
System.StringComparison
|
Methods
AutoComplete(KeyPressEventArgs)
Declaration
public override void AutoComplete(KeyPressEventArgs e)
Parameters
System.Windows.Forms.KeyPressEventArgs
e
|
Overrides
AutoComplete(KeyPressEventArgs, Boolean)
Declaration
public void AutoComplete(KeyPressEventArgs e, bool limitToList)
Parameters
System.Windows.Forms.KeyPressEventArgs
e
|
System.Boolean
limitToList
|
DefaultCompare(RadListDataItem)
Declaration
protected virtual bool DefaultCompare(RadListDataItem item)
Parameters
RadListDataItem
item
|
Returns
System.Boolean
|
FindShortestString(String)
Declaration
public virtual int FindShortestString(string findString)
Parameters
System.String
findString
|
Returns
System.Int32
|
SearchForStringInList(String)
Declaration
public virtual void SearchForStringInList(string findString)
Parameters
System.String
findString
|
SetEditableElementText(Int32)
Declaration
protected virtual void SetEditableElementText(int itemIndex)
Parameters
System.Int32
itemIndex
|