Share via


FolderPicker(WindowId) Constructor

Definition

Creates a new instance of the FolderPicker class with a WindowId to reference the parent for the folder picker dialog.

public:
 FolderPicker(WindowId windowId);
 FolderPicker(WindowId const& windowId);
public FolderPicker(WindowId windowId);
function FolderPicker(windowId)
Public Sub New (windowId As WindowId)

Parameters

windowId
WindowId

The ID of the window that will be the parent of the folder picker. This is used to set the window handle for the folder picker.

Applies to