IDTToolsOptionsPage.OnOK Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when a user clicks OK in a custom Tools Options page.
public:
void OnOK();
public:
void OnOK();
void OnOK();
[System.Runtime.InteropServices.DispId(3)]
public void OnOK ();
[<System.Runtime.InteropServices.DispId(3)>]
abstract member OnOK : unit -> unit
Public Sub OnOK ()
- Attributes
Remarks
When the OnOK method's host interface is implemented, OnOK acts like an event that occurs when a user clicks OK in a custom Tools Options page. OnOK occurs before OnAfterCreated is called.