Sdílet prostřednictvím


CoreWebView2FindOptions.SuppressDefaultFindDialog Property

Definition

Sets 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. Note: Changes to this property take effect only when Start, FindNext, or FindPrevious is called. Preferences for the session cannot be updated unless another call to the Start function on the server-side is made. Therefore, changes will not take effect until one of these functions is called.

public bool SuppressDefaultFindDialog { get; set; }
member this.SuppressDefaultFindDialog : bool with get, set
Public Property SuppressDefaultFindDialog As Boolean

Property Value

Applies to