UiaToolTipOpenedEventArgs Structure

Note  This structure is deprecated.

Contains information about an event that is raised when a tooltip opens.

Syntax

typedef struct {
    EventArgsType Type;
    BSTR ToolTipText;
} UiaToolTipOpenedEventArgs;

Members

  • Type
    A value from the EventArgsType enumerated type indicating the type of event.
  • ToolTipText
    The text of the tooltip.

Structure Information

Header uiautomationcoreapi.h
Minimum operating systems Windows XP