PUSHBOX Control

The PUSHBOX resource-definition statement creates a push-box control, which is identical to a PUSHBUTTON, 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.

For more information on the text, id, x, y, width, height, style, and extended-style parameters, see Common Control Parameters.

See Also

PUSHBUTTON