I am aware of the ObjectForScripting property provided for the WebBrowser control, which is provided for WinForms application. I am using the WebBrowser control in a smart device application. I am not able to find this property.
IS it document somewhere that ObjectForScripting is not available for Windows CE?
Also, are there any alternatives?
You can find the documentation here:
Next to each property you’ll see a small PDA icon indicating if the method or property is supported by the .NET Compact Framework (.NET CF):
So, no.
ObjectForScriptingis not available for Windows CE.