Version

Search Results

Before Property (TextChangingEventArgs)

Returns the current snapshot which reflects the state of the document before the changes which triggered this event are applied. Syntax

CanCancel Property

Determines if this action can be canceled (read-only). Syntax Property Value true to allow cancellation of the action, otherwise false. Remarks Note: if the Source property returns Undo or Redo CanCancel will return false./>

Changes Property (TextChangingEventArgs)

Returns a read-only list containing all changes that triggered this event. Syntax

Source Property (TextChangingEventArgs)

Identifies the source of the change (read-only). Syntax

TextDocument Class

Represents a single text or code document (if the Language. property is set). Syntax

TextDocumentAutoCasingMode Enumeration

Represents that various auto-casing behaviors which can be used when the language has case-insensitive keywords and other terminal symbols. Syntax Members Member Description None No auto-casing should occur. The text in the document should remain exactly as the user typed it. OnLineCompleted Auto-casing should occ...

TextDocumentResourceCustomizer Class

Class used to provide the ability to customize resource strings. Syntax

TextDocumentResourceCustomizer Class Members

Public Constructors Public Methods

GetCustomizedString Method

Gets the customized string identified by the specified string resource name. Syntax Parameters name Name of the string resource that was customized. Return Value The customized string or null if the resource wasnt customized.