Skip to content

Commit 374292a

Browse files
Update FindOnPage.md
Co-authored-by: David Risney <[email protected]>
1 parent 7528998 commit 374292a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FindOnPage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ namespace Microsoft.Web.WebView2.Core
582582
/// Gets or sets the state of whether all matches are highlighted. Returns TRUE if all matches are highlighted, FALSE otherwise.
583583
Boolean ShouldHighlightAllMatches { get; set; };
584584

585-
/// Checks if a custom user interface is desired by the end developer. Returns TRUE if using a custom UI, FALSE if using the default.
585+
/// Set this property to hide the default Find UI. You can use this to hide the default UI so that you can show your own custom UI or programmatically interact with the Find API while showing no Find UI. Returns TRUE if hiding the default Find UI and FALSE if using showing the default Find UI.
586586
Boolean SuppressDefaultFindDialog { get; set; };
587587

588588
/// Retrieves the index of the currently active match in the find session. Returns the index of the currently active match, or -1 if there is no active match.

0 commit comments

Comments
 (0)