Control.focusMode

The focus access mode for the control (None, Click or All). Only one Control can be focused at the same time, and it will receive keyboard signals.

  1. Control.FocusMode focusMode [@property getter]
  2. long focusMode [@property setter]
    struct Control
    @nogc nothrow @property
    void
    focusMode
    (
    long v
    )

Meta