CSplitterWnd::GetPane
返回窗格中指定的行和列。
CWnd* GetPane(
int row,
int col
) const;
参数
row
指定线条。col
指定一列。
返回值
返回窗格中指定的行和列。 返回的窗格通常是 CView派生类。
要求
Header: afxext.h
返回窗格中指定的行和列。
CWnd* GetPane(
int row,
int col
) const;
row
指定线条。
col
指定一列。
返回窗格中指定的行和列。 返回的窗格通常是 CView派生类。
Header: afxext.h