#include <kanzi/interop/autogen/ui/node/concept/activity/parallel_activity_host_concept_enums.hpp>
Public Types | |
| enum class | ParallelActivityHostFocusingPolicy { WhenHostHasFocus , AlwaysFocus , NeverFocus } |
| Specifies the focusing policy that Kanzi applies to an activating Activity in a Parallel Activity Host. More... | |
|
strong |
Specifies the focusing policy that Kanzi applies to an activating Activity in a Parallel Activity Host.
Apply this rule to an Activity in a Parallel 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. |