Version

Search Results

SyntaxTree Property (TextDocument)

Returns the syntax parse tree (read-only) Syntax

TabEntryBehavior Property

Returns/sets what gets inserted into a document when a tab key is entered.. Syntax Property Value The default value is KeepTabs.

TabExtent Property

Returns/sets the number of spaces a tab character represents. Syntax

TextChanged Event

Occurs after changes have been made to the documents text. Syntax Event Data The event handler receives an argument of type TextChangedEventArgs containing data related to this event. The following TextChangedEventArgs properties provide information specific to this event.Property Description After Returns the cur...

TextChanging Event

Occurs before changes are made to the documents text. Syntax Event Data The event handler receives an argument of type TextChangingEventArgs containing data related to this event. The following TextChangingEventArgs properties provide information specific to this event.Property Description After Returns the new sn...

TextLoaded Event

Occurs after either the Load or the InitializeText method is called. Syntax

UndoManager Property

Returns/sets the object that manages the undo/redo stacks Syntax Remarks Note: by default each instance of a TextDocument will instanitate its own Infragistics.Undo.UndoManager. However, since this property is settable it is possible to have some or all TextDocuments share a single UndoManager.

TextDocument Constructor

Initializes a new TextDocument Syntax

TextSearchCriteria Class

Defines the criteria to use when performing a find operation on text within a TextDocument Syntax

TextSearchCriteria Class Members

Public Constructors Public Properties