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





Windows & Linux

Description

Occurs when a user clicks the Apply button. The method returns whether the changes have been accepted.

Syntax

[Visual Basic .NET]
Public Function OnApply() As Boolean
[C#]
public bool OnApply();
[Managed C++]
public: bool OnApply();
[Unmanaged C++]
public: HRESULT OnApply(
    VARIANT_BOOL * pRetVal
);
[Java]
public bool onApply();

Remarks

OnApply method is called by the hosting environment when user clicks on "Apply" button on the "Preferences" property sheet.

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.