ISplitter::Get/SetSplitterFlags property
Data Type
DWORDDescription
Sets or retrieves the flags that control certain aspects of how the splitter behaves.Defined in: SplitterLayout.h
Comments
Acceptable values are any OR-combination of values from the SplitterFlags enumeration.Syntax
DWORD dwFlags = pSplitter->GetSplitterFlags();pSplitter->SetSplitterFlags(dwFlags);
Parameters
dwFlags
Set of flags applied to the splitter node.