CSplitterWnd::DeleteView

This member function is called by the framework to implement the logic of the dynamic splitter window. It can be customized, along with the virtual function CreateView, to implement more advanced dynamic splitters.

Syntax

virtual void DeleteView( int row, int col );

At a Glance

Header file: Afxext.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CSplitterWnd Overview, CSplitterWnd Member Functions, Frame Windows and Splitter Windows, CWnd::PostNcDestroy, CSplitterWnd::CreateView, CSplitterWnd::DeleteColumn, CSplitterWnd::DeleteRow