EventMask 列舉 (peninputpanel.h)
您可以在 ITextInputPanel 介面上設定注意的事件。
Syntax
typedef enum __MIDL___MIDL_itf_peninputpanel_0000_0000_0007 {
EventMask_InPlaceStateChanging = 1,
EventMask_InPlaceStateChanged = 2,
EventMask_InPlaceSizeChanging = 4,
EventMask_InPlaceSizeChanged = 8,
EventMask_InputAreaChanging = 16,
EventMask_InputAreaChanged = 32,
EventMask_CorrectionModeChanging = 64,
EventMask_CorrectionModeChanged = 128,
EventMask_InPlaceVisibilityChanging = 256,
EventMask_InPlaceVisibilityChanged = 512,
EventMask_TextInserting = 1024,
EventMask_TextInserted = 2048,
EventMask_All
} EventMask;
常數
EventMask_InPlaceStateChanging 值: 1 發生於修正模式即將變更時。 |
EventMask_InPlaceStateChanged 值: 2 發生於更正模式已變更時。 |
EventMask_InPlaceSizeChanging 值: 4 發生於因使用者重設大小、自動成長或輸入區域變更而即將變更就地輸入面板大小時。 |
EventMask_InPlaceSizeChanged 值: 8 發生於因使用者重設大小、自動成長或輸入區域變更而變更就地輸入面板大小時。 |
EventMask_InputAreaChanging 值: 16 發生於輸入區域即將變更時。 |
EventMask_InputAreaChanged 值: 32 發生於輸入區域已變更時。 |
EventMask_CorrectionModeChanging 值: 64 發生於修正模式即將變更時。 |
EventMask_CorrectionModeChanged 值: 128 發生於更正模式已變更時。 |
EventMask_InPlaceVisibilityChanging 值: 256 發生於就地輸入面板可見度即將變更時。 |
EventMask_InPlaceVisibilityChanged 值: 512 發生於輸入區域已變更時。 |
EventMask_TextInserting 值: 1024 當平板電腦輸入面板即將將文字插入具有輸入焦點的控件時發生。 |
EventMask_TextInserted 值: 2048 當平板電腦輸入面板已將文字插入具有輸入焦點的控件時發生。 |
EventMask_All 表示所有成員事件的位元組合。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP Tablet PC Edition [僅限傳統型應用程式] |
最低支援的伺服器 | 都不支援 |
標頭 | peninputpanel.h |