IGLib  1.5
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events
IG.Forms.IClosableFromContainedForm Interface Reference

Marker interface indicating that a form can be closed from the contained control. More...

+ Inheritance diagram for IG.Forms.IClosableFromContainedForm:

Public Member Functions

void Close ()
 

Detailed Description

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.

Member Function Documentation

void IG.Forms.IClosableFromContainedForm.Close ( )

The documentation for this interface was generated from the following file: