STK UI PluginsSend comments on this topic.
IAgUiPluginEmbeddedControlSite Interface

Description

Represents a site object for the custom windows hosted within the integrated enviroment.

Public Methods

Public Method SetCustomSaveModifiedPromptCall this method to setup a custom message to prompt users about unsaved modifications. Flags are compatible with MessageBox() options { MB_OKCANCEL=1,MB_YESNOCANCEL=3}.
Public Method SetModifiedFlagCall this method to indicate you have made modifications. This will force the framework to prompt to save changes before closing the window hosting the control.

Public Properties

Public Property IsModifiedIndicates whether there have been any modifications made to the hosted control.
Public Property PluginReturns a pointer to the Ui plugin object that created the embedded control.
Public Property WindowReturns a pointer to the container that is hosting the embedded control.
© 2025 Analytical Graphics, Inc. All Rights Reserved.