Find.MatchWildcards Property

Definition

Determines if the text to find contains wildcards.

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

Property Value

Remarks

This property returns True if the text to find contains wildcards, and False if not. Set the property value to True or False to enable or disable the functionality.

Corresponds to the Use wildcards check box in the Find and Replace dialog box (Edit menu).

Use the Text property of the Find object or use the FindText argument with the Execute(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) method to specify the text to be located in a document.

Applies to