Find.MatchSuffix 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 ending with the search string. Read/write.
public:
property bool MatchSuffix { bool get(); void set(bool value); };
public bool MatchSuffix { get; set; }
member this.MatchSuffix : bool with get, set
Public Property MatchSuffix As Boolean
Property Value
Boolean
Remarks
This property corresponds to the Match suffix check box in the Find and Replace dialog box.