_Application.SpecialMode Property

Definition

Determines if Microsoft Word is in a special mode (for example, CopyText mode or MoveText mode).

public:
 property bool SpecialMode { bool get(); };
public bool SpecialMode { get; }
member this.SpecialMode : bool
Public ReadOnly Property SpecialMode As Boolean

Property Value

Remarks

This property returns True if Word is in a special mode, and False if not.

Word enters a special copy or move mode if you press F2 or SHIFT+F2 while text is selected.

Applies to