Find.MatchPrefix 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.
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.