TB_SETMAXTEXTROWS

This message sets the maximum number of text rows displayed on a toolbar button.

At a Glance

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

Syntax

  1. TB_SETMAXTEXTROWS wParam = (WPARAM)(INT) iMaxRows;
    lParam = 0;

Parameters

iMaxRows

Maximum number of rows to be set.

Return Values

Nonzero indicates success. Zero indicates otherwise.