Find.MatchCase 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.
Determines if the find operation is case-sensitive.
public:
property bool MatchCase { bool get(); void set(bool value); };
public bool MatchCase { get; set; }
member this.MatchCase : bool with get, set
Public Property MatchCase As Boolean
Property Value
Remarks
This property returns True if the find operation is case-sensitive, and False if not. The default value is False. Set the property value to True or False to enable or disable the functionality.
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.