Table of Contents

Method RunDialog

Namespace
Bonsai.Design
Assembly
Bonsai.Design.dll

RunDialog(IntPtr)

Displays a folder browser dialog.

protected override bool RunDialog(IntPtr hwndOwner)

Parameters

hwndOwner IntPtr

A value that represents the window handle of the owner window for the common dialog box.

Returns

bool

true if the dialog box was successfully run; otherwise, false.