TOOLTIPTEXT (Structures)
Last changed: gwapo@models.com-202.175.250.114

.
Summary
In writing your tool tip notification handler, you need to use the TOOLTIPTEXT structure. The members of the TOOLTIPTEXT

C# Definition:

[StructLayout(LayoutKind.Sequential, CharSet=CharSet.Auto)]
internal struct TOOLTIPTEXT
{
   public NMHDR hdr;
   public IntPtr lpszText;
   [MarshalAs(UnmanagedType.ByValTStr, SizeConst=80)]
   public string szText;
   public IntPtr hinst;
   public int uFlags;
}

VB Definition:

Structure TOOLTIPTEXT
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation