ISplitter::Get/SetDrawingStyle property

Data Type

DrawingStyle

Description

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-&gtGetDrawingStyle();

pSplitter-&gtSetDrawingStyle(dwStyle);

Parameters

dwStyle

Style for drawing the splitter bars.