public static void NavigateFirefox(
Uri uri,
bool openInNewwindow = false
)
Public Shared Sub NavigateFirefox (
uri As Uri,
Optional openInNewwindow As Boolean = false
)
Dim uri As Uri
Dim openInNewwindow As Boolean
UtilNDde.NavigateFirefox(uri, openInNewwindow)
public:
static void NavigateFirefox(
Uri^ uri,
bool openInNewwindow = false
)
static member NavigateFirefox :
uri : Uri *
?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.Uri,System.Boolean)"]
No code example is currently available or this language may not be supported.
NavigateFirefox(New Uri("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.