CSplitterWnd::DeleteRow

Deletes a row from the splitter window.

virtual void DeleteRow(
   int rowDelete 
);

Parameters

  • rowDelete
    Specifies the row to be deleted.

Remarks

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

Requirements

Header: afxext.h

See Also

Concepts

CSplitterWnd Class

CSplitterWnd Members

Hierarchy Chart

CSplitterWnd::DeleteColumn

CSplitterWnd::CreateView

CSplitterWnd::DeleteView