AcadUtilityClassLaunchBrowserDialog Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual bool LaunchBrowserDialog(
out string SelectedURL,
string DialogTitle,
string OpenButtonCaption,
string StartPageURL,
string RegistryRootKey,
bool OpenButtonAlwaysEnabled
)
Public Overridable Function LaunchBrowserDialog (
<OutAttribute> ByRef SelectedURL As String,
DialogTitle As String,
OpenButtonCaption As String,
StartPageURL As String,
RegistryRootKey As String,
OpenButtonAlwaysEnabled As Boolean
) As Boolean
public:
virtual 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
override LaunchBrowserDialog :
SelectedURL : string byref *
DialogTitle : string *
OpenButtonCaption : string *
StartPageURL : string *
RegistryRootKey : string *
OpenButtonAlwaysEnabled : bool -> bool
Parameters
- SelectedURL
- Type: SystemString
- DialogTitle
- Type: SystemString
- OpenButtonCaption
- Type: SystemString
- StartPageURL
- Type: SystemString
- RegistryRootKey
- Type: SystemString
- OpenButtonAlwaysEnabled
- Type: SystemBoolean
Return Value
Type:
Boolean
Implements
IAcadUtilityLaunchBrowserDialog(String, String, String, String, String, Boolean)
See Also