Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains information on the insertion mark in a toolbar control.
typedef struct {
int iButton;
DWORD dwFlags;
} TBINSERTMARK, *LPTBINSERTMARK;
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. |
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | commctrl.h |