STK UI PluginsSend comments on this topic.
OnOK Method (IAgUiPluginConfigurationPageActions)
See Also
Windows





Windows & Linux

Description

Occurs when a user clicks the OK button.

Syntax

[Visual Basic .NET]
Public Sub OnOK()
[C#]
public void OnOK();
[Managed C++]
public: void OnOK();
[Unmanaged C++]
public: HRESULT OnOK();
[Java]
public void onOK();

Remarks

OnOK method is called by the hosting environment when the user clicks on "OK" on the "Preferences" property sheet.

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.