WebBrowserComboBoxItem.RunScript Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RunScript(String, String) | |
RunScript(String, String, Boolean) |
RunScript(String, String)
public:
System::Object ^ RunScript(System::String ^ script, System::String ^ frame);
public object RunScript (string script, string frame);
member this.RunScript : string * string -> obj
Public Function RunScript (script As String, frame As String) As Object
Parameters
- script
- String
- frame
- String
Returns
Applies to
RunScript(String, String, Boolean)
public:
System::Object ^ RunScript(System::String ^ script, System::String ^ frame, bool threaded);
public object RunScript (string script, string frame, bool threaded);
member this.RunScript : string * string * bool -> obj
Public Function RunScript (script As String, frame As String, threaded As Boolean) As Object
Parameters
- script
- String
- frame
- String
- threaded
- Boolean