TextContentFlag
#include <bb/cascades/TextContentFlag>
Flags for enabling or disabling text features.
BlackBerry 10.0.0
Public Types Index
enum TypeDefault = 0x00, ActiveText = (1<<0), ActiveTextOff = (1<<1), Emoticons = (1<<2), EmoticonsOff = (1<<3) |
Public Types
Text feature flags used to enable or disable text features.
If both the on and off flags for a feature are set to 1 (enabled), the behavior is undefined. If both are set to 0 (disabled), the default behavior for the given control and input mode are used.
BlackBerry 10.0.0
- Default = 0x00
Default settings for all features will be used.
Since:BlackBerry 10.0.0
- ActiveText = (1<<0)
Turn on active text.
Since:BlackBerry 10.0.0
- ActiveTextOff = (1<<1)
Turn off active text.
Since:BlackBerry 10.0.0
- Emoticons = (1<<2)
Turn on emoticon substitution.
Since:BlackBerry 10.0.0
- EmoticonsOff = (1<<3)
Turn off emoticon substitution.
Since:BlackBerry 10.0.0