_Application.SpecialMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.