#include <kanzi/interop/autogen/ui/node/concept/activity/exclusive_activity_host_concept_enums.hpp>
Public Types | |
| enum class | ExclusiveActivityHostFocusingPolicy { WhenHostHasFocus , AlwaysFocus , NeverFocus } |
| Specifies the focusing policy that Kanzi applies to an activating Activity in an Exclusive Activity Host. More... | |
|
strong |
Specifies the focusing policy that Kanzi applies to an activating Activity in an Exclusive Activity Host.
Apply this rule to an Exclusive Activity Host.
| Enumerator | |
|---|---|
| WhenHostHasFocus | If the Activity Host contains focus, set focus to the Activity. |
| AlwaysFocus | Always set focus to the Activity. |
| NeverFocus | Never set focus to the Activity. |