Skip to main content
All docs
V23.2

TextEditAdvancedModeOptions Properties

Exposes settings that toggle individual features of the TextEdit Advanced Mode. See this property for more information about this mode: RepositoryItemTextEdit.UseAdvancedMode.
Name Description
AllowCaretAnimation Gets 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.
AllowSelectionAnimation Gets 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.
AutoCompleteCustomSource Gets or sets a custom collection of auto-complete suggestions. This property is in effect in advanced mode when the AutoCompleteSource option is set to CustomSource.
AutoCompleteMode Gets or sets text auto-completion mode. This property is in effect if the RepositoryItemTextEdit.UseAdvancedMode option is enabled.
AutoCompleteSource Gets or sets the source of auto-complete suggestions. This property is in effect if the RepositoryItemTextEdit.UseAdvancedMode option is enabled.
Label Gets 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.
LabelAppearance Gets the appearance settings of the embedded caption. This property is in effect if the UseAdvancedMode property is enabled.
SelectionColor Gets or sets the selection color. This property is in effect if the UseAdvancedMode property is enabled.
ShiftedLabelAppearance Gets the appearance settings of the embedded caption. This property is in effect if the UseAdvancedMode property is enabled.
ShortcutsEnabled Gets or sets whether to enable keyboard shortcuts for the editor. This property is in effect if the RepositoryItemTextEdit.UseAdvancedMode option is enabled.
UseDirectXPaint Gets 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.
See Also