:: com :: sun :: star :: installation ::

deprecated enum ProtDlgRes
Usage Restrictions
deprecated
Description
contains the status of a dialog with an 'always display Checkbox'.

Values
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
NOCHANGE,
Description
dialog quit without the use of the YES/NO buttons.
CHECK
CHECK,
Description
when the dialog quit the checkbox, "Always display this message" was checked.
UNCHECK
UNCHECK,
Description
when the dialog quit the checkbox, "Always display this message" was not checked.
Top of Page