SWT.CANCEL

The <code>MessageBox</code> style constant for a CANCEL button; valid combinations are OK|CANCEL, YES|NO|CANCEL, RETRY|CANCEL (value is 1&lt;&lt;8). This style constant is also used with <code>Text</code> in combination with SEARCH.

<p><b>Used By:</b><ul> <li><code>MessageBox</code></li> <li><code>Text</code></li> </ul></p>

class SWT
int CANCEL;

Meta