OlShiftState 列挙型

定義

コントロールのキーボード イベントまたはマウス イベント中にどの変換キーが押されたかを示すビットマスクを表します。

public enum class OlShiftState
[System.Runtime.InteropServices.Guid("B791AC59-1E79-4007-A6A1-4A4FE62F8D03")]
public enum OlShiftState
Public Enum OlShiftState
継承
OlShiftState
属性

フィールド

olShiftStateAltMask 4

Indicates that the ALT key is pressed during the event.

olShiftStateCtrlMask 2

Indicates that the CTRL key is pressed during the event.

olShiftStateShiftMask 1

Indicates that the SHIFT key is pressed during the event.

適用対象