SB_SIMPLE

This message specifies whether a status window displays simple text or displays all window parts set by a previous SB_SETPARTS message.

At a Glance

Header file: Commctrl.h
Windows CE versions: 1.0 and later

Syntax

SB_SIMPLE wParam = (WPARAM)(BOOL) fSimple; lParam = 0;

Parameters

fSimple

Boolean value that is set to TRUE if the window displays simple text, or to FALSE if it displays multiple parts.

Return Values

FALSE indicates that an error has occurred.

See Also

SB_SETPARTS