public static void NavigateFirefox(
string url,
bool openInNewwindow = false
)
Public Shared Sub NavigateFirefox (
url As String,
Optional openInNewwindow As Boolean = false
)
Dim url As String
Dim openInNewwindow As Boolean
UtilNDde.NavigateFirefox(url, openInNewwindow)
public:
static void NavigateFirefox(
String^ url,
bool openInNewwindow = false
)
static member NavigateFirefox :
url : string *
?openInNewwindow : bool
(* Defaults:
let _openInNewwindow = defaultArg openInNewwindow false
*)
-> unit
No code example is currently available or this language may not be supported.
[Missing <param name="openInNewwindow"/> documentation for "M:DevCase.ThirdParty.NDde.UtilNDde.NavigateFirefox(System.String,System.Boolean)"]
No code example is currently available or this language may not be supported.
NavigateFirefox("http://www.mozilla.org", openInNewwindow:=False)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.