ToolsOptionsBaseControl<TOptions>.ApplyChanges Method

Definition

Applies changes.

Overloads

ApplyChanges()

Applies the changed settings.

ApplyChanges(TOptions)

Applies the changed settings.

ApplyChanges()

Applies the changed settings.

public:
 void ApplyChanges();
public void ApplyChanges ();
member this.ApplyChanges : unit -> unit
Public Sub ApplyChanges ()

Applies to

ApplyChanges(TOptions)

Applies the changed settings.

public:
 virtual void ApplyChanges(TOptions options);
public virtual void ApplyChanges (TOptions options);
abstract member ApplyChanges : 'Options -> unit
override this.ApplyChanges : 'Options -> unit
Public Overridable Sub ApplyChanges (options As TOptions)

Parameters

options
TOptions

User controls on the tabs in the Tools menu, Options submenu.

Applies to