Back to Devexpress

TextEditCustomizeAutoCompleteSourceEventArgs Members

windowsforms-devexpress-dot-xtraeditors-dot-texteditcustomizeautocompletesourceeventargs-dot-underscore-members.md

latest4.7 KB
Original Source

TextEditCustomizeAutoCompleteSourceEventArgs Members

Contains data for the CustomizeAutoCompleteSource event.

Constructors

NameDescription
TextEditCustomizeAutoCompleteSourceEventArgs(Int32, Int32, String, String)Initializes a new instance of the TextEditCustomizeAutoCompleteSourceEventArgs class with specified settings.

Fields

NameDescription
Empty staticProvides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

NameDescription
CharIndexGets the caret position in the current line.
CustomSourceAllows you to specify custom auto-complete suggestions for the current word (EditingWord).
EditingWordGets the current word that the user is typing.
HandledGets or sets whether to display custom suggestions (CustomSource) in the drop-down list as is, or to filter this list to display only those items in the drop-down that start with the current word being edited (EditingWord).
LineIndexGets the current line index (in a multi-line text editor).
LineTextGets the text displayed in the current line.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

TextEditCustomizeAutoCompleteSourceEventArgs Class

DevExpress.XtraEditors Namespace