IPersistComponentSettings.ResetComponentSettings Method

Definition

Resets the control's application settings properties to their default values.

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

Remarks

The implementation of the ResetComponentSettings method typically calls the Reset method on each instance of an application settings class it contains.

Applies to

See also