Value |
Description |
const unsigned short NeverShown = 0; |
Character has not been shown. |
const unsigned short UserHid = 1; |
User hid the character with the character's taskbar icon pop-up menu or using speech input. |
const unsigned short UserShowed = 2; |
User showed the character. |
const unsigned short ProgramHid = 3; |
Your application hid the character. |
const unsigned short ProgramShowed = 4; |
Your application showed the character. |
const unsigned short OtherProgramHid = 5; |
Another application hid the character. |
const unsigned short OtherProgramShowed = 6; |
Another application showed the character. |
const unsigned short UserHidViaCharacterMenu = 7 |
User hid the character with the character's pop-up menu. |
const unsigned short UserHidViaTaskbarIcon = UserHid |
User hid the character with the character's taskbar icon pop-up menu or using speech input. |