WdFindWrap Enum

Definition

Specifies wrap behavior if a selection or range is specified for a find operation and the search text isn't found in the selection or range.

public enum class WdFindWrap
[System.Runtime.InteropServices.Guid("AF00A39F-BCAC-333A-9A95-32724B7057C3")]
public enum WdFindWrap
type WdFindWrap = 
Public Enum WdFindWrap
Inheritance
WdFindWrap
Attributes

Fields

wdFindAsk 2

After searching the selection or range, Microsoft Word displays a message asking whether to search the remainder of the document.

wdFindContinue 1

The find operation continues if the beginning or end of the search range is reached.

wdFindStop 0

The find operation ends if the beginning or end of the search range is reached.

Applies to