Metodo QsUIShowBrowseForFolder(String, String)
|
Namespace: QsUIAssembly: QsUI (in QsUI.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public static BrowseForFolderResult ShowBrowseForFolder(
string title,
string initPath
)
Public Shared Function ShowBrowseForFolder (
title As String,
initPath As String
) As BrowseForFolderResult
public:
static BrowseForFolderResult^ ShowBrowseForFolder(
String^ title,
String^ initPath
)
static member ShowBrowseForFolder :
title : string *
initPath : string -> BrowseForFolderResult
Parametri
- title String
-
- initPath String
-
Valore di ritorno
BrowseForFolderResultVedi anche