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

.
Summary
Contains information used in handling the RBN_CHEVRONPUSHED notification message.

C# Definition:

    [StructLayout(LayoutKind.Sequential)]
    struct NMREBARCHEVRON
    {
        public NMHDR hdr;
        public int uBand;
        public int wID;
        public int lParam;
        public RECT rc;
        public int lParamNM;
    }

VB Definition:

Structure NMREBARCHEVRON
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation