ISplitter::Get/SetDrawingStyle property
Data Type
DrawingStyleDescription
Sets or retrieves the drawing style of the splitter. The drawing style determines the appearance with which the splitter bars will be drawn.Defined in: SplitterLayout.h
Comments
Acceptable values for this property are those from the SplitterDrawingStyle enumeration.Syntax
DWORD dwStyle = pSplitter->GetDrawingStyle();pSplitter->SetDrawingStyle(dwStyle);
Parameters
dwStyle
Style for drawing the splitter bars.