Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
virtual void DeleteColumn( int colDelete );
Parameters
colDelete
Specifies the column to be deleted.
Remarks
This member function is called when a column is to be deleted.
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.
CSplitterWnd Overview | Class Members | Hierarchy Chart
See Also CSplitterWnd::DeleteRow, CSplitterWnd::CreateView, CSplitterWnd::DeleteView