IPersistComponentSettings.ResetComponentSettings 方法

定义

将控件的应用程序设置属性重置为其默认值。

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

注解

方法的 ResetComponentSettings 实现通常在它包含的应用程序设置类的每个实例上调用 Reset 方法。

适用于

另请参阅