ObjectDCL Banner

SetCmdBarFocus Method

Description

This method forces the command bar to take focus away from the current active Modeless or Dockable dialog box.

Return Values

Returns always T.

AutoLISP Syntax

The method takes no parameter.

CopyCode imageCopy Code
(Odcl_SetCmdBarFocus )

Example

CopyCode imageCopy Code
; Move focus to the command bar
(Odcl_SetCmdBarFocus )