Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
3/28/2014
This message shows or hides a specified band in a rebar control.
Syntax
RB_SHOWBAND wParam = (WPARAM)(INT) iBand;
lParam = (LPARAM)(BOOL) fShow;
Parameters
- iBand
Zero-based index of a band in the rebar control.
- fShow
Boolean that indicates if the band should be shown or hidden. If this value is nonzero, the band is shown. Otherwise, the band is hidden.
Return Value
Nonzero indicates success. Zero indicates otherwise.
Requirements
Header |
commctrl.h |