![]() |
| Home |
|
|
Obtaining a Pointer to PegPresentationManagerThe PegThing member function Presentation() is provided for this purpose. For example, the following code segment could be used to determine whether a window is a top-level window (i.e. a child of PegPresentationManager):
If (Presentation() == Parent())
{
// Current object is a top-level object
}
|