Expand Minimize
This topic has not yet been rated - Rate this topic

TBINFO structure

Used with the SFVM_GETBUTTONINFO notification to specify the number of buttons to add to the toolbar, as well as how they're added.

Syntax


typedef struct _TBINFO {
  UINT cbuttons;
  UINT uFlags;
} TBINFO;

Members

cbuttons

Type: UINT

The number of buttons.

uFlags

Type: UINT

One of the following flags.

TBIF_APPEND (0)

Add the new buttons after the existing buttons.

TBIF_PREPEND (1)

Add the new buttons before the existing buttons.

TBIF_REPLACE (2)

Replace the existing buttons with the new buttons.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Shlobj.h

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.