File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1440914409 "throws": [],
1441014410 "requires": [],
1441114411 "isStatic": false
14412+ },
14413+ {
14414+ "name": "CreateFromUserform",
14415+ "description": "Create a stdWebView from a UserForm.",
14416+ "remarks": [
14417+ "- Resolves the UserForm root HWND via IOleWindow, then hosts in its first child HWND."
14418+ ],
14419+ "examples": [],
14420+ "params": [
14421+ {
14422+ "name": "uf",
14423+ "type": "Object",
14424+ "description": "UserForm used as the host container.",
14425+ "optional": false,
14426+ "defaultValue": null,
14427+ "paramArray": false,
14428+ "referenceType": "ByVal"
14429+ },
14430+ {
14431+ "name": "OnReady",
14432+ "type": "stdICallable<(wv as stdWebView)=>void>",
14433+ "description": "Optional callback run when WebView2 controller/CoreWebView2 is ready.",
14434+ "optional": true,
14435+ "defaultValue": "Nothing",
14436+ "paramArray": false,
14437+ "referenceType": "ByVal"
14438+ }
14439+ ],
14440+ "returns": {
14441+ "type": "stdWebView",
14442+ "description": "Created stdWebView instance."
14443+ },
14444+ "deprecation": {
14445+ "status": false,
14446+ "message": ""
14447+ },
14448+ "isDefaultMember": false,
14449+ "devNotes": [],
14450+ "todos": [],
14451+ "isProtected": false,
14452+ "throws": [],
14453+ "requires": [],
14454+ "isStatic": false
1441214455 }
1441314456 ],
1441414457 "events": [],
You can’t perform that action at this time.
0 commit comments