File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ Returns a pipe-separated string of all active download URIs.
193193Determines whether user can zoom the page (Ctrl+MouseWheel, shortcuts).
194194` object.IsZoomControlEnabled[ = Value] `
195195
196- #### ===Methods===
196+ #### === Methods ===
197197
198198##### Initialize
199199Initializes the WebView2 control within a parent window.
@@ -228,7 +228,6 @@ Saves the current page as a PDF file.
228228` object.ExportToPdf(FilePath As String) `
229229
230230##### IsReady
231-
232231Checks if the WebView2 control is fully initialized and ready for use.
233232` object.IsReady() `
234233
@@ -351,7 +350,6 @@ Enables or disables the Web Message communication system.
351350##### SetStatusBarEnabled
352351Enables or disables the browser status bar.
353352` object.SetStatusBarEnabled(Enabled As Boolean) `
354-
355353
356354##### CapturePreview
357355Captures a screenshot of the current view to a file.
You can’t perform that action at this time.
0 commit comments