CommonDialog.Reset Method

Definition

When overridden in a derived class, resets the properties of a common dialog box to their default values.

public:
 abstract void Reset();
public abstract void Reset ();
abstract member Reset : unit -> unit
Public MustOverride Sub Reset ()

Notes to Implementers

Inheriting classes can override this method to reset their properties.

Applies to