Returns the syntax parse tree (read-only) Syntax
Returns/sets what gets inserted into a document when a tab key is entered.. Syntax Property Value The default value is KeepTabs.
Returns/sets the number of spaces a tab character represents. Syntax
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...
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...
Occurs after either the Load or the InitializeText method is called. Syntax
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.
Initializes a new TextDocument Syntax
Defines the criteria to use when performing a find operation on text within a TextDocument Syntax
Public Constructors Public Properties