 | CEDBLoadControl Method |
Version of Load_EDB that can be used to load a database via subclassing into a Windows control.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void LoadControl(
string db_file,
IWin32Window window
)
public static void LoadControl(
string db_file,
IWin32Window window
)
Public Shared Sub LoadControl (
db_file As String,
window As IWin32Window
)
Public Shared Sub LoadControl (
db_file As String,
window As IWin32Window
)
public:
static void LoadControl(
String^ db_file,
IWin32Window^ window
)
public:
static void LoadControl(
String^ db_file,
IWin32Window^ window
)
static member LoadControl :
db_file : string *
window : IWin32Window -> unit
static member LoadControl :
db_file : string *
window : IWin32Window -> unit
Parameters
- db_file
- Type: SystemString
Database filename - window
- Type: System.Windows.FormsIWin32Window
Window handle to receive document
See Also