Share via


OlShiftState Enumeration

Definition

Stellt eine Bitmaske dar, um anzugeben, welche Zusatztaste bei einem Tastatur- oder Mausereignis eines Steuerelements gedrückt wird.

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

Felder

olShiftStateAltMask 4

Gibt an, dass bei einem Ereignis ALT gedrückt wird.

olShiftStateCtrlMask 2

Gibt an, dass bei einem Ereignis STRG gedrückt wird.

olShiftStateShiftMask 1

Gibt an, dass bei einem Ereignis die UMSCHALTTASTE gedrückt wird.

Gilt für: