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]
    struct Control
    @nogc nothrow @property
    focusMode
    ()
  2. long focusMode [@property setter]

Meta