Find.MatchPrefix Property

Definition

True to match words beginning with the search string. Read/write.

public:
 property bool MatchPrefix { bool get(); void set(bool value); };
public bool MatchPrefix { get; set; }
member this.MatchPrefix : bool with get, set
Public Property MatchPrefix As Boolean

Property Value

Boolean

Remarks

This property corresponds to the Match prefix check box in the Find and Replace dialog box.

Applies to