enum ProtDlgRes in module com::sun::star::installation::

(Global Index)

Syntax

enum ProtDlgRes;

Description

contains the status of a dialog with an 'always display Checkbox'.

Values Summary

NOCHANGE dialog quit without the use of the YES/NO buttons.

CHECK when the dialog quit the checkbox, "Always display this message" was checked.

UNCHECK when the dialog quit the checkbox, "Always display this message" was not checked.

Values Details



NOCHANGE

Syntax

NOCHANGE,

Description

dialog quit without the use of the YES/NO buttons.


CHECK

Syntax

CHECK,

Description

when the dialog quit the checkbox, "Always display this message" was checked.


UNCHECK

Syntax

UNCHECK,

Description

when the dialog quit the checkbox, "Always display this message" was not checked.

Top of Page