In This Article

TextChangeTypes Class

Provides access to the built-in ITextChangeType instances, that indicate the type of ITextChange made.

public static class TextChangeTypes
Inheritance:
object object

Properties

AutoComplete

Gets the ITextChangeType for an IntelliPrompt auto-complete action.

public static ITextChangeType AutoComplete { get; }

Property Value

ITextChangeType:

The ITextChangeType for an IntelliPrompt auto-complete action.

AutoCorrect

Gets the ITextChangeType for an auto-correct action.

public static ITextChangeType AutoCorrect { get; }

Property Value

ITextChangeType:

The ITextChangeType for an auto-correct action.

AutoFormat

Gets the ITextChangeType for an auto-format action.

public static ITextChangeType AutoFormat { get; }

Property Value

ITextChangeType:

The ITextChangeType for an auto-format action.

AutoIndent

Gets the ITextChangeType for an auto-indent action.

public static ITextChangeType AutoIndent { get; }

Property Value

ITextChangeType:

The ITextChangeType for an auto-indent action.

AutoReplace

Gets the ITextChangeType for an auto-replace action.

public static ITextChangeType AutoReplace { get; }

Property Value

ITextChangeType:

The ITextChangeType for an auto-replace action.

Backspace

Gets the ITextChangeType for the press of the Backspace key.

public static ITextChangeType Backspace { get; }

Property Value

ITextChangeType:

The ITextChangeType for the press of the Backspace key.

ChangeCase

Gets the ITextChangeType for a character casing change action.

public static ITextChangeType ChangeCase { get; }

Property Value

ITextChangeType:

The ITextChangeType for a character casing change action.

CommentLines

Gets the ITextChangeType for a comment lines action.

public static ITextChangeType CommentLines { get; }

Property Value

ITextChangeType:

The ITextChangeType for a comment lines action.

ConvertSpacesToTabs

Gets the ITextChangeType for a convert spaces to tabs action.

public static ITextChangeType ConvertSpacesToTabs { get; }

Property Value

ITextChangeType:

The ITextChangeType for a convert spaces to tabs action.

ConvertTabsToSpaces

Gets the ITextChangeType for a convert tabs to spaces action.

public static ITextChangeType ConvertTabsToSpaces { get; }

Property Value

ITextChangeType:

The ITextChangeType for a convert tabs to spaces action.

Custom

Gets the ITextChangeType for a custom change type.

public static ITextChangeType Custom { get; }

Property Value

ITextChangeType:

The ITextChangeType for a custom change type.

Remarks

Instead of using this ITextChangeType, it really is best to create your own custom ITextChangeType with the proper name.

Cut

Gets the ITextChangeType for a cut to the clipboard action.

public static ITextChangeType Cut { get; }

Property Value

ITextChangeType:

The ITextChangeType for a cut to the clipboard action.

Delete

Gets the ITextChangeType for a deletion action.

public static ITextChangeType Delete { get; }

Property Value

ITextChangeType:

The ITextChangeType for a deletion action.

DragAndDrop

Gets the ITextChangeType for a drag and drop action.

public static ITextChangeType DragAndDrop { get; }

Property Value

ITextChangeType:

The ITextChangeType for a drag and drop action.

Duplicate

Gets the ITextChangeType for a duplicating a selection.

public static ITextChangeType Duplicate { get; }

Property Value

ITextChangeType:

The ITextChangeType for a duplicating a selection.

Enter

Gets the ITextChangeType for the press of the Enter key.

public static ITextChangeType Enter { get; }

Property Value

ITextChangeType:

The ITextChangeType for the press of the Enter key.

HeaderAndFooterChange

Gets the ITextChangeType for the change of a snapshot's header and footer.

public static ITextChangeType HeaderAndFooterChange { get; }

Property Value

ITextChangeType:

The ITextChangeType for the change of a snapshot's header and footer.

Indent

Gets the ITextChangeType for an indent action.

public static ITextChangeType Indent { get; }

Property Value

ITextChangeType:

The ITextChangeType for an indent action.

InsertCodeSnippetTemplate

Gets the ITextChangeType for a code snippet template insertion action.

public static ITextChangeType InsertCodeSnippetTemplate { get; }

Property Value

ITextChangeType:

The ITextChangeType for a code snippet template insertion action.

InsertFile

Gets the ITextChangeType for an insert file action.

public static ITextChangeType InsertFile { get; }

Property Value

ITextChangeType:

The ITextChangeType for an insert file action.

MoveSelectedLinesDown

Gets the ITextChangeType for a move selected lines down action.

public static ITextChangeType MoveSelectedLinesDown { get; }

Property Value

ITextChangeType:

The ITextChangeType for a move selected lines down action.

MoveSelectedLinesUp

Gets the ITextChangeType for a move selected lines up action.

public static ITextChangeType MoveSelectedLinesUp { get; }

Property Value

ITextChangeType:

The ITextChangeType for a move selected lines up action.

OpenLine

Gets the ITextChangeType for an open line action.

public static ITextChangeType OpenLine { get; }

Property Value

ITextChangeType:

The ITextChangeType for an open line action.

Outdent

Gets the ITextChangeType for an outdent action.

public static ITextChangeType Outdent { get; }

Property Value

ITextChangeType:

The ITextChangeType for an outdent action.

Paste

Gets the ITextChangeType for a paste from the clipboard action.

public static ITextChangeType Paste { get; }

Property Value

ITextChangeType:

The ITextChangeType for a paste from the clipboard action.

Replace

Gets the ITextChangeType for a replace action.

public static ITextChangeType Replace { get; }

Property Value

ITextChangeType:

The ITextChangeType for a replace action.

ReplaceAll

Gets the ITextChangeType for a replace all action.

public static ITextChangeType ReplaceAll { get; }

Property Value

ITextChangeType:

The ITextChangeType for a replace all action.

SpellingChange

Gets the ITextChangeType for a spelling change action.

public static ITextChangeType SpellingChange { get; }

Property Value

ITextChangeType:

The ITextChangeType for a spelling change action.

TextReplacement

Gets the ITextChangeType for a text replacement action.

public static ITextChangeType TextReplacement { get; }

Property Value

ITextChangeType:

The ITextChangeType for a text replacement action.

ToggleCase

Gets the ITextChangeType for a toggle case action.

public static ITextChangeType ToggleCase { get; }

Property Value

ITextChangeType:

The ITextChangeType for a toggle case action.

TransposeCharacters

Gets the ITextChangeType for a transpose characters action.

public static ITextChangeType TransposeCharacters { get; }

Property Value

ITextChangeType:

The ITextChangeType for a transpose characters action.

TransposeLines

Gets the ITextChangeType for a transpose lines action.

public static ITextChangeType TransposeLines { get; }

Property Value

ITextChangeType:

The ITextChangeType for a transpose lines action.

TransposeWords

Gets the ITextChangeType for a transpose words action.

public static ITextChangeType TransposeWords { get; }

Property Value

ITextChangeType:

The ITextChangeType for a transpose words action.

TrimTrailingWhitespace

Gets the ITextChangeType for a trim trailing whitespace action.

public static ITextChangeType TrimTrailingWhitespace { get; }

Property Value

ITextChangeType:

The ITextChangeType for a trim trailing whitespace action.

Typing

Gets the ITextChangeType for a typing action.

public static ITextChangeType Typing { get; }

Property Value

ITextChangeType:

The ITextChangeType for a typing action.

UncommentLines

Gets the ITextChangeType for an uncomment lines action.

public static ITextChangeType UncommentLines { get; }

Property Value

ITextChangeType:

The ITextChangeType for an uncomment lines action.

UpdateCodeSnippetTemplateFields

Gets the ITextChangeType for a code snippet template update fields action.

public static ITextChangeType UpdateCodeSnippetTemplateFields { get; }

Property Value

ITextChangeType:

The ITextChangeType for a code snippet template update fields action.

Inherited Members