Graphisoft®

Dialog ManagerVersion: 2.0

ModelessBase::DialogStatus Enum

Status of the dialog.

enum DialogStatus
{
    Normal =  DG_DS_NORMAL,
    Enabled =  DG_DS_ENABLED,
    Disabled =  DG_DS_DISABLED
};

Value Definitions

Normal
If the onlyUpdate parameter of ModelessHandler is false, all the messages are handled for the dialog. If onlyUpdate is true in ModelessHandler, only update messages are handled for the dialog.
Enabled
All the messages are handled for the dialog.
Disabled
No messages are handled for the dialog.