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;
} AsyncContentLoadedState;

Members

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

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows Server 2003

Header

Uiautomationcoreapi.h

 

 

Send comments about this topic to Microsoft

Build date: 2/5/2010