SWT.NO_FOCUS

Style constant for no focus from the mouse behavior (value is 1&lt;&lt;19). <p> Normally, when the user clicks on a control, focus is assigned to that control, providing the control has no children. Some controls, such as tool bars and sashes, don't normally take focus when the mouse is clicked or accept focus when assigned from within the program. This style allows Composites to implement "no focus" mouse behavior.

<br>Note that this is a <em>HINT</em>. </p> <p><b>Used By:</b><ul> <li><code>Composite</code></li> </ul></p>

class SWT
int NO_FOCUS;

Meta