SWT.ABORT

The <code>MessageBox</code> style constant for an ABORT button; the only valid combination is ABORT|RETRY|IGNORE (value is 1&lt;&lt;9).

class SWT
int ABORT;

Meta