kanzi::autogen::ui::action

Module try_set_focus_action

Structs§

  • Actions are small operations that Kanzi executes when the trigger event that contains that action occurs and the trigger conditions are met. Action is the base class for actions. For example, if you want to perform a simple operation, such as set a value of a property, you can use a trigger with the SetPropertyAction action.
  • Base abstraction class for Action classes. See: Action, ApplyAction.
  • The time in milliseconds after which Kanzi invokes the action.
  • Target item to be focused
  • Use the TrySetFocusAction action to transfer focus to any focusable item in a node tree.

Traits§