CSplitterWnd::DeleteView

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

At a Glance

Header file: Afxext.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

virtual void DeleteView( int row, int col );

See Also

CWnd::PostNcDestroy, CSplitterWnd::CreateView, CSplitterWnd::DeleteColumn, CSplitterWnd::DeleteRow