View::FocusBehavior
| Category | enum class |
| Type | hime_view_focus_behavior_t |
How the view receives keyboard focus.
This type can have following values:
kHimeViewFocusBehaviorNever- The view is never focusable.kHimeViewFocusBehaviorAlways- The view is to be focusable both in regular and accessibility mode.kHimeViewFocusBehaviorAccessibleOnly- The view is focusable only during accessibility mode.