Onscreen Page.
| Interfaces | Description |
|---|---|
| IClone | Provides access to members that control cloning of objects. |
| IConnectionPointContainer | |
| IFrameProperties | Provides access to members that control the General properties for a frame. |
| IPage | Provides access to members that control the Page. |
| IPersist | |
| IPersistStream | |
| IPropertySupport | Provides access to members that set a default property on an object. |
| Interfaces | Description |
|---|---|
| IPageEvents (default) | Provides access to events that occur when the Page changes. |
When working with Page's default outbound interface in Visual Basic 6 declare variables as follows: Private WithEvents pPage as Page