Graphisoft®

Dialog ManagerVersion: 2.0

MultiLineEdit::ScrollType Enum

The type of the scrollbar(s) of the multi line edit.

enum ScrollType
{
    NoScroll =  DG_ET_NOSCROLL,
    HScroll =  DG_ET_HSCROLL,
    VScroll =  DG_ET_VSCROLL,
    HVScroll =  DG_ET_HSCROLL | DG_ET_VSCROLL
};

Value Definitions

NoScroll
No scroll bar will appear.
HScroll
Horizontal scroll bar.
VScroll
Vertical scroll bar.
HVScroll
Horizontal and vertical scroll bar.