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

.
Summary
Contains information used to process toolbar notification messages. This structure supersedes the TBNOTIFY structure.

C# Definition:

[StructLayout(LayoutKind.Sequential)]
struct NMTOOLBAR
{
   public NMHDR hdr;
   public int iItem;
   public TBBUTTON tbButton;
   public int cchText;
   public IntPtr pszText;
   public RECT rcButton;
}

VB Definition:

<StructLayout(LayoutKind.Sequential)> _
Structure NMTOOLBAR
   Public hdr As NMHDR
   Public iItem As Integer
   Public tbButton As TBBUTTON
   Public cchText As Integer
   Public pszText As IntPtr
   Public rcButton As RECT
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation