Splitter::Type Enum
The type of the appearance of the splitter control.
enum Type
{
Normal = 0,
Transparent = DG_SPLT_TRANSPARENT
};
Value Definitions
- Normal
-
A visible (non-transparent) splitter control.
- Transparent
-
A transparent splitter control.
Description
The splitter control can be transparent or normal. The colour of the
transparent splitter control is the background colour of the dialog,
in this case the user cannot notice the control only by the change of
the cursor above the splitter. The colour of the normal splitter control
is the colour of the rolldown control, ie. it is theme-dependent.