BANDSITEINFO structure (shobjidl_core.h)
Contains information about a band site. This structure is used with the IBandSite::GetBandSiteInfo and IBandSite::SetBandSiteInfo methods.
typedef struct tagBANDSITEINFO {
DWORD dwMask;
DWORD dwState;
DWORD dwStyle;
} BANDSITEINFO;
dwMask
Type: DWORD
The mask values that determine the other fields in this structure that are being requested or set.
The dwState value is being requested or set.
The dwStyle value is being requested or set.
dwState
Type: DWORD
Bits that specify the state of the band.
The band is visible.
The band's title is not shown.
The band cannot be deleted.
dwStyle
Type: DWORD
Bit flags that specify the style of the band.
Show the gripper if the band is neither fixed in size nor floating.
Equivalent to RBBS_NOGRIPPER.
Equivalent to RBBS_GRIPPERALWAYS.
Equivalent to RBBS_VERTICALGRIPPER.
Opposite to RBBS_DBLCLKTOGGLE.
Disables the band-specific context menu (typically "Close Toolbar").
Prevents wrapping of the IDropTarget interface provided by the band.
Hides the band caption text.
Sets the fAutoBreak member of NMREBARAUTOBREAK to specify the preference of no line break.
Removes the "Close Toolbar" and "Show Title" choices from the menu.
Internet Explorer 7 and later. Preserves the order of items during layout.
Internet Explorer 7 and later. Prevents items from being reordered.
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional, Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | shobjidl_core.h (include Shobjidl.h) |