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

.
Summary
Contains information specific to an NM_CUSTOMDRAW notification message sent by a toolbar control.

C# Definition:

    [StructLayout(LayoutKind.Sequential)]
    struct LPNMTBCUSTOMDRAW
    {
        public NMCUSTOMDRAW nmcd;
        public IntPtr hbrMonoDither;
        public IntPtr hbrLines;
        public IntPtr hpenLines;
        public int clrText;
        public int clrMark;
        public int clrTextHighlight;
        public int clrBtnFace;
        public int clrBtnHighlight;
        public int clrHighlightHotTrack;
        public RECT rcText;
        public int nStringBkMode;
        public int nHLStringBkMode;
    }

VB Definition:

    <StructLayout(LayoutKind.Sequential)> _
    Structure LPNMTBCUSTOMDRAW
        Public nmcd As NMCUSTOMDRAW
        Public hbrMonoDither As IntPtr
        Public hbrLines As IntPtr
        Public hpenLines As IntPtr
        Public clrText As Integer
        Public clrMark As Integer
        Public clrTextHighlight As Integer
        Public clrBtnFace As Integer
        Public clrBtnHighlight As Integer
        Public clrHighlightHotTrack As Integer
        Public rcText As RECT
        Public nStringBkMode As Integer
        Public nHLStringBkMode As Integer
    End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation