TOOLTIP_DISMISS_FLAGS enumeration (winuser.h)

Defines constants that indicate whether a window is registered or unregistered to receive tooltip dismiss notifications.

Syntax

typedef enum {
  TDF_REGISTER,
  TDF_UNREGISTER
} TOOLTIP_DISMISS_FLAGS;

Constants

 
TDF_REGISTER
The window is registered to receive tooltip dismiss notifications.
TDF_UNREGISTER
The window is unregistered from receiving tooltip dismiss notifications.

Remarks

This enumeration is used by the RegisterForTooltipDismissNotification function.

Requirements

Requirement Value
Minimum supported client Windows 11 Build 22621
Header winuser.h

See also

RegisterForTooltipDismissNotification, Tooltip