OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
Making a Window Act Like a Dialog Box

A dialog box lets the user use the Tab key to cycle through all of the dialog box's controls.

It also lets the user use the arrow keys to select radio buttons in a group box. To emulate this keyboard interface for windows with controls, call EnableKBHandler in the window object's constructor.

See Also