CSplitterWnd::DeleteRow

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 DeleteRow( int rowDelete );

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, CSplitterWnd::DeleteColumn, CSplitterWnd::CreateView, CSplitterWnd::DeleteView