PUSHBOX Control

This resource-definition statement creates a push box control, which is identical to a PUSHBUTTON control except that it does not display a button face or frame; only the text appears.

Syntax

PUSHBOX text, id, x, y, width, height [[, style [[, extended-style]]]]

Parameters

style

Specifies styles for the pushbox, which can be a combination of the BS_PUSHBOX style and the following styles: WS_TABSTOP, WS_DISABLED, and WS_GROUP.

If you do not specify a style, the default style is BS_PUSHBOX | WS_TABSTOP.

See Also

PUSHBUTTON