BeMDI SDK

  CMDIClientView

CMDIClientView::GetNextVisibleMDIView
Walk through the list of visible MDI views.
virtual CMDIView *GetNextVisibleMDIView(CZOrderedView *startView) const;


Remarks
This function returns the next visible MDI view beneath 'startView' in the z-order. If you pass NULL as 'startView' this method returns the top-most visible view.

  Top


© 2000 by 3rd-evolution