TBINSERTMARK structure (commctrl.h)
Contains information on the insertion mark in a toolbar control.
Syntax
typedef struct {
int iButton;
DWORD dwFlags;
} TBINSERTMARK, *LPTBINSERTMARK;
Members
iButton
Type: int
Zero-based index of the insertion mark. If this member is -1, there is no insertion mark.
dwFlags
Type: DWORD
Defines where the insertion mark is in relation to iButton. This can be one of the following values:
Value | Meaning |
---|---|
|
The insertion mark is to the left of the specified button. |
|
The insertion mark is to the right of the specified button. |
|
The insertion mark is on the background of the toolbar. This flag is only used with the TB_INSERTMARKHITTEST message. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | commctrl.h |