Skip to content

Commit 0282135

Browse files
committed
Add experimental note about hosting devtools as a tab
1 parent 9e5ba6b commit 0282135

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CefSharp.WinForms.Example/BrowserForm.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,9 @@ private void ShowDevToolsMenuItemClick(object sender, EventArgs e)
226226
{
227227
control.Browser.ShowDevTools();
228228

229-
//Example below shows how to use a control to host DevTools
229+
//EXPERIMENTAL Example below shows how to use a control to host DevTools
230230
//(in this case it's added as a new TabPage)
231+
// NOTE: Does not currently move/resize correctly
231232
//var tabPage = new TabPage("DevTools")
232233
//{
233234
// Dock = DockStyle.Fill

0 commit comments

Comments
 (0)