#include <kanzi/interop/autogen/ui/node/concept/text_box_enums.hpp>
Public Types | |
enum | EditMode { EditMode::Automatic, EditMode::Triggered } |
The edit modes. More... | |
|
strong |
The edit modes.
Enumerator | |
---|---|
Automatic |
A Text Box node enters the editing state when the node gets the focus, and leaves the editing state when the node loses the focus. |
Triggered |
A Text Box enters the editing state on a trigger, and remains in this state until another trigger makes the node leave the editing state. To enter the editing state use the EnterEditingStateMessage message or the TextBoxConceptImpl::enterEditingState() method. To leave the editing state use the LeaveEditingStateMessage message or the TextBoxConceptImpl::leaveEditingState() method. |