OlShiftState 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コントロールのキーボード イベントまたはマウス イベント中にどの変換キーが押されたかを示すビットマスクを表します。
public enum class OlShiftState
[System.Runtime.InteropServices.Guid("B791AC59-1E79-4007-A6A1-4A4FE62F8D03")]
public enum OlShiftState
Public Enum OlShiftState
- 継承
-
OlShiftState
- 属性
フィールド
名前 | 値 | 説明 |
---|---|---|
olShiftStateShiftMask | 1 | Indicates that the SHIFT key is pressed during the event. |
olShiftStateCtrlMask | 2 | Indicates that the CTRL key is pressed during the event. |
olShiftStateAltMask | 4 | Indicates that the ALT key is pressed during the event. |