Back to Devexpress

PopupBaseAutoSearchEdit.Reset() Method

windowsforms-devexpress-dot-xtraeditors-dot-popupbaseautosearchedit-895e4b82.md

latest1.2 KB
Original Source

PopupBaseAutoSearchEdit.Reset() Method

Resets the selection and caret position in the editor.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public override void Reset()
vb
Public Overrides Sub Reset

Remarks

The Reset method unselects the selected text, if any, and moves the caret to the first position in the editor.

To unselect the text without affecting the caret’s position, use the TextEdit.DeselectAll method.

See Also

Reset()

PopupBaseAutoSearchEdit Class

PopupBaseAutoSearchEdit Members

DevExpress.XtraEditors Namespace