ENABLETABS |
Top Previous Next |
Syntax ENABLETABS(win as WINDOW,bEnable as INT) Description Allows windows to have the same shortcut processing as a dialog. When enabled the tab key will cycle through controls with the @TABSTOP style. Parameters win - Window to enable shortcut processing. bEnable - Use 1 to enable and 0 to disable. Return value None Remarks Has no effect on dialogs. Example usage ENABLETABS mywnd, 1 |