In This Article

ExecuteReason Enum

Specifies why an execute event was raised for a control.

public enum ExecuteReason

Fields

Name Description
KeyTip

A key tip access triggered the execute event.

Keyboard

The keyboard triggered the execute event.

LostKeyboardFocus

A loss of keyboard focus triggered the execute event.

Mouse

The mouse triggered the execute event.

Unknown

Another unknown scenario triggered the execute event.