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