Retrieve configuration information for the current splitter.
BOOL GetSplitterInfo( LPCSTR lpcszClassName = NULL, TreeNode & tr = NULL )
Returns TRUE if splitters are present according to the first argument otherwise returns FALSE.
EX1
void PageBase_GetSplitterInfo_ex1() { WorksheetPage wp = Project.Pages(0); if( wp.IsValid() ) { Tree tr; wp.GetSplitterInfo("WkbookSplitter", tr); out_tree(tr); } }
PageBase::SetSplitters
origin.h