Find.MatchSuffix Property

Definition

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.

Applies to