IGLib
1.5
The IGLib base library for development of numerical, technical and business applications.
|
Marker interface indicating that a form can be closed from the contained control. More...
Public Member Functions | |
void | Close () |
Marker interface indicating that a form can be closed from the contained control.
This interface must be implemented by forms that can be closed by a control that is contained in the form. It represents a kind of message to the contained forms that they are allowed to close the top level form.
For example, a control that contains a close button can check if its top level form implements this interface, and closes its top level form only when the button is pressed.
void IG.Forms.IClosableFromContainedForm.Close | ( | ) |