TBINSERTMARKTBINSERTMARK*
*Contents  *Index  *Topic Contents
*Previous Topic: TBBUTTONINFO
*Next Topic: TBREPLACEBITMAP

TBINSERTMARK


typedef struct {
    int   iButton;
    DWORD dwFlags;
} TBINSERTMARK, * LPTBINSERTMARK;

Contains information on the insertion mark in a toolbar control.

iButton
Zero-based index of the insertion mark. If this member is -1, there is no insertion mark.
dwFlags
Defines where the insertion mark is in relation to iButton. This can be one of the following values:
0 The insertion mark is to the left of the specified button.
TBIMHT_AFTER The insertion mark is to the right of the specified button.
TBIMHT_BACKGROUND The insertion mark is on the background of the toolbar. This flag is only used with the TB_INSERTMARKHITTEST message.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.