Share via


FolderNameEditor.FolderBrowser.ShowDialog Méthode

Définition

Affiche la boîte de dialogue de recherche des dossiers.

Surcharges

ShowDialog()

Affiche la boîte de dialogue de recherche des dossiers.

ShowDialog(IWin32Window)

Affiche la boîte de dialogue de recherche des dossiers avec le propriétaire spécifié.

ShowDialog()

Affiche la boîte de dialogue de recherche des dossiers.

public:
 System::Windows::Forms::DialogResult ShowDialog();
public System.Windows.Forms.DialogResult ShowDialog ();
member this.ShowDialog : unit -> System.Windows.Forms.DialogResult
Public Function ShowDialog () As DialogResult

Retours

DialogResult

DialogResult issu du formulaire.

S’applique à

ShowDialog(IWin32Window)

Affiche la boîte de dialogue de recherche des dossiers avec le propriétaire spécifié.

public:
 System::Windows::Forms::DialogResult ShowDialog(System::Windows::Forms::IWin32Window ^ owner);
public System.Windows.Forms.DialogResult ShowDialog (System.Windows.Forms.IWin32Window owner);
member this.ShowDialog : System.Windows.Forms.IWin32Window -> System.Windows.Forms.DialogResult
Public Function ShowDialog (owner As IWin32Window) As DialogResult

Paramètres

owner
IWin32Window

Fenêtre de niveau supérieur à laquelle appartiendra la boîte de dialogue modale (par exemple : System.Windows.Forms.Form).

Retours

DialogResult

DialogResult issu du formulaire.

S’applique à