WebBrowserGet
PowerScript function
Description
Gets the settings of the WebBrowser control. The global settings are
also obtained.
Syntax
|
1 |
WebBrowserGet (string n, ref string v) |
|
Argument |
Description |
|---|---|
|
n |
The name of the setting. See WebBrowserSet for the list
|
|
v |
The value of the setting that is obtained. |
Return value
Integer.
Returns 1 if the function succeeds and a negative value if an error occurs.
If any argument’s value is null, the method returns null.
Examples
The following example gets the values that are set for the Runtime
version for the WebBrowser control:
|
1 2 3 4 |
string ls_Get long ll_Ret ll_Ret =WebbrowserGet("RuntimeVersion", ls_Get) |
See also