SWT.IGNORE

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

class SWT
int IGNORE;

Meta