IEditorOperations.TransposeWord Method

Definition

Transposes the current word with the next one. White space and punctuation are not treated as words.

public:
 bool TransposeWord();
public:
 bool TransposeWord();
bool TransposeWord();
public bool TransposeWord ();
abstract member TransposeWord : unit -> bool
Public Function TransposeWord () As Boolean

Returns

true if the edit succeeded, otherwise false.

Remarks

White space and punctuation are not treated as words.

Applies to