:: com :: sun :: star :: awt ::
|
unpublished |
constants group MessageBoxButtons |
|
|
- Usage Restrictions
- not published
- Description
- defines constants for the possible message box button
combinations.
|
Constants' Details |
BUTTONS_OK
const long BUTTONS_OK = 1;
- Description
- specifies a message with "OK" button.
|
|
BUTTONS_OK_CANCEL
const long BUTTONS_OK_CANCEL = 2;
- Description
- specifies a message box with "OK" and "CANCEL" button.
|
|
BUTTONS_YES_NO
const long BUTTONS_YES_NO = 3;
- Description
- specifies a message box with "YES" and "NO" button.
|
|
BUTTONS_YES_NO_CANCEL
const long BUTTONS_YES_NO_CANCEL = 4;
- Description
- specifies a message box with "YES", "NO" and "CANCEL" button.
|
|
BUTTONS_RETRY_CANCEL
const long BUTTONS_RETRY_CANCEL = 5;
- Description
- specifies a message box with "RETRY" and "CANCEL" button.
|
|
BUTTONS_ABORT_IGNORE_RETRY
const long BUTTONS_ABORT_IGNORE_RETRY = 6;
- Description
- specifies a message box with "ABORT", "IGNORE" and "RETRY" button.
|
|
DEFAULT_BUTTON_OK
const long DEFAULT_BUTTON_OK = 0x10000;
- Description
- specifies that OK is the default button.
|
|
DEFAULT_BUTTON_CANCEL
const long DEFAULT_BUTTON_CANCEL = 0x20000;
- Description
- specifies that CANCEL is the default button.
|
|
DEFAULT_BUTTON_RETRY
const long DEFAULT_BUTTON_RETRY = 0x30000;
- Description
- specifies that RETRY is the default button.
|
|
DEFAULT_BUTTON_YES
const long DEFAULT_BUTTON_YES = 0x40000;
- Description
- specifies that YES is the default button.
|
|
DEFAULT_BUTTON_NO
const long DEFAULT_BUTTON_NO = 0x50000;
- Description
- specifies that NO is the default button.
|
|
DEFAULT_BUTTON_IGNORE
const long DEFAULT_BUTTON_IGNORE = 0x60000;
- Description
- specifies that IGNORE is the default button.
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.