Back to Devexpress

TextEditAdvancedModeOptions Members

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

latest7.2 KB
Original Source

TextEditAdvancedModeOptions Members

Exposes settings that toggle individual features of the TextEdit Advanced Mode. See this property for more information about this mode: RepositoryItemTextEdit.UseAdvancedMode.

Constructors

NameDescription
TextEditAdvancedModeOptions(RepositoryItemTextEdit)Initializes a new instance of the TextEditAdvancedModeOptions class with specified settings.

Properties

NameDescription
AllowCaretAnimationGets or sets whether an editor should use updated caret animations when in Advanced Mode. See this property for more information about this mode: RepositoryItemTextEdit.UseAdvancedMode.
AllowSelectionAnimationGets or sets whether an editor should use updated selection animations when in Advanced Mode. See this property for more information about this mode: RepositoryItemTextEdit.UseAdvancedMode.
AutoCompleteCustomSourceGets or sets a custom collection of autocomplete suggestions. This property is in effect in advanced mode when the AutoCompleteSource option is set to CustomSource.
AutoCompleteModeGets or sets text autocompletion mode. This property is in effect if the RepositoryItemTextEdit.UseAdvancedMode option is enabled.
AutoCompleteSourceGets or sets the source of auto-complete suggestions. This property is in effect if the RepositoryItemTextEdit.UseAdvancedMode option is enabled.
LabelGets or sets the caption of the embedded editor label. TextEdit-based editors can have embedded labels only when in Advanced Mode. See this property for more information about this mode: RepositoryItemTextEdit.UseAdvancedMode.
LabelAppearanceGets the appearance settings of the embedded caption. This property is in effect if the UseAdvancedMode property is enabled.
SelectionColorGets or sets the selection color. This property is in effect if the UseAdvancedMode property is enabled.
ShiftedLabelAppearanceGets the appearance settings of the embedded caption. This property is in effect if the UseAdvancedMode property is enabled.
ShortcutsEnabledGets or sets whether to enable keyboard shortcuts for the editor. This property is in effect if the RepositoryItemTextEdit.UseAdvancedMode option is enabled.
UseDirectXPaintGets or sets whether an editor uses the DirectX Hardware Acceleration. DirectX is required to support some of the unique editor features available when this editor is in Advanced Mode. See this property for more information about this mode: RepositoryItemTextEdit.UseAdvancedMode.

Methods

NameDescription
Assign(TextEditAdvancedModeOptions)Copies all settings from the target TextEditAdvancedModeOptions class instance.
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()Converts this TextEditAdvancedModeOptions object to a string.

See Also

TextEditAdvancedModeOptions Class

DevExpress.XtraEditors Namespace