Show / Hide Table of Contents

Enum PMKHook

Used with popupMenu.KeyboardHook.

public enum PMKHook

Namespace: Au.Types
Assembly: Au.dll

Fields

Name Description
Close

Close the menu.

Default

Process the key event as usually.

ExecuteFocused

Execute the focused item and close the menu.

None

Do nothing.

Extension Methods

ExtMisc.HasAny<PMKHook>(PMKHook, PMKHook)
ExtMisc.Has<PMKHook>(PMKHook, PMKHook)
ExtMisc.SetFlag<PMKHook>(ref PMKHook, PMKHook, bool)