Graphisoft®

Dialog ManagerVersion: 2.0

Splitter::Orientation Enum

The orientation of the splitter control.

enum Orientation
{
    Horizontal =  DG_SPLT_HORIZONTAL,
    Vertical   =  DG_SPLT_VERTICAL
};

Value Definitions

Horizontal
The splitter control is displayed horizontally.
Vertical
The splitter control is displayed vertically.

Description

The splitter control might be oriented horizontally or vertically. The horizontal splitter might be dragged vertically, the vertical splitter might be dragged horizontally. Cursor feedback above the splitter control shows the possible interaction. During the dragging of the splitter there is a realtime dialog update.