PUSHBOX control

Defines 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.

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

style

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 about the general syntax of a control statement, see Common Control Parameters.

See also

Push Buttons

PUSHBUTTON