ApplySettings

Method of IOptionsPage

Description

Called when settings should be applied by user request

Syntax

JavaScript

OptionsPage.ApplySettings();

Visual Basic Script

OptionsPage.ApplySettings

C++

HRESULT hr = OptionsPage.ApplySettings();

See Also

IOptionsPage