 | CGUIIiBrowseDir Method (String, String, String, Int32) |
Browses for a specific directory.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int IiBrowseDir(
string title,
string default,
ref string dir_path,
int size
)
public static int IiBrowseDir(
string title,
string default,
ref string dir_path,
int size
)
Public Shared Function IiBrowseDir (
title As String,
default As String,
ByRef dir_path As String,
size As Integer
) As Integer
Public Shared Function IiBrowseDir (
title As String,
default As String,
ByRef dir_path As String,
size As Integer
) As Integer
public:
static int IiBrowseDir(
String^ title,
String^ default,
String^% dir_path,
int size
)
public:
static int IiBrowseDir(
String^ title,
String^ default,
String^% dir_path,
int size
)
static member IiBrowseDir :
title : string *
default : string *
dir_path : string byref *
size : int -> int
static member IiBrowseDir :
title : string *
default : string *
dir_path : string byref *
size : int -> int
Parameters
- title
- Type: SystemString
Title of the Form - default
- Type: SystemString
Default path (Can be "") - dir_path
- Type: SystemString
Result Path Buffer (default on input) - size
- Type: SystemInt32
Path Buffer Size
Return Value
Type:
Int32
0 - Ok
1 - Cancel
See Also