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