次の方法で共有


EventMask 列挙 (peninputpanel.h)

注意を設定できる ITextInputPanel インターフェイス のイベント。

構文

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
タブレット PC 入力パネルが入力フォーカスを持つコントロールにテキストを挿入しようとしているときに発生します。
EventMask_TextInserted
値: 2048
タブレット PC 入力パネルが入力フォーカスを持つコントロールにテキストを挿入したときに発生します。
EventMask_All
すべてのメンバー イベントのビットごとの組み合わせを表します。

要件

要件
サポートされている最小のクライアント Windows XP Tablet PC Edition [デスクトップ アプリのみ]
サポートされている最小のサーバー サポートなし
Header peninputpanel.h

こちらもご覧ください

ITextInputPanel::Advise メソッド