Skip to main content
A newer version of this page is available. .
All docs
V21.1

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.
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
SelectionColor
ShiftedLabelAppearance
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