Futurebasic/Language/Reference/def setbuttonfocus

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Syntax[edit | edit source]

DEF SETBUTTONFOCUS

Revised[edit | edit source]

February, 2002 (Release 6)

Description[edit | edit source]

This procedure sets the target button to be the focus in the current output window. Subsequent key presses will be directed toward that button. Depending on the attributes used when the button was created, this item will usually be encircled by a focus ring.

See Also[edit | edit source]

BUTTON statement, BUTTON function, APPEARANCE BUTTON; BUTTON& function