IAcadUtilityLaunchBrowserDialog Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 24.0.0.0
Syntax
bool LaunchBrowserDialog(
out string SelectedURL,
string DialogTitle,
string OpenButtonCaption,
string StartPageURL,
string RegistryRootKey,
bool OpenButtonAlwaysEnabled
)
Function LaunchBrowserDialog (
<OutAttribute> ByRef SelectedURL As String,
DialogTitle As String,
OpenButtonCaption As String,
StartPageURL As String,
RegistryRootKey As String,
OpenButtonAlwaysEnabled As Boolean
) As Boolean
bool LaunchBrowserDialog(
[OutAttribute] String^% SelectedURL,
[InAttribute] String^ DialogTitle,
[InAttribute] String^ OpenButtonCaption,
[InAttribute] String^ StartPageURL,
[InAttribute] String^ RegistryRootKey,
[InAttribute] bool OpenButtonAlwaysEnabled
)
abstract LaunchBrowserDialog :
SelectedURL : string byref *
DialogTitle : string *
OpenButtonCaption : string *
StartPageURL : string *
RegistryRootKey : string *
OpenButtonAlwaysEnabled : bool -> bool
Parameters
- SelectedURL String
-
- DialogTitle String
-
- OpenButtonCaption String
-
- StartPageURL String
-
- RegistryRootKey String
-
- OpenButtonAlwaysEnabled Boolean
-
Return Value
Boolean
See Also