FolderBrowserDialog.Reset Method

Definition

Resets properties to their default values.

public:
 override void Reset();
public override void Reset ();
override this.Reset : unit -> unit
Public Overrides Sub Reset ()

Remarks

Resets the Description, ShowNewFolderButton, SelectedPath and RootFolder properties to their default values. For a list of default values, see the FolderBrowserDialog constructor.

Applies to