Graphisoft®

Dialog ManagerVersion: 2.0

ScrollBar::FocusableType Enum

The focusable/non-focusable type of the scroll bar.

enum FocusableType
{
    Focusable =  0,
    NonFocusable =  DG_SB_NONFOCUSABLE
};

Value Definitions

Focusable
The scroll bar can get the keyboard focus.
NonFocusable
The scroll bar cannot get the keyboard focus.