Represents a site object for the custom windows hosted within the integrated enviroment.
![]() | Call 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}. |
![]() | Call 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. |
![]() | Indicates whether there have been any modifications made to the hosted control. |
![]() | Returns a pointer to the Ui plugin object that created the embedded control. |
![]() | Returns a pointer to the container that is hosting the embedded control. |