mode_tile (AutoLISP/DCL)

Sets the mode of a dialog box tile

Supported Platforms: Windows only

Signature

(mode_tile key mode)
key

Type: String

Value that specifies a tile. This argument is case-sensitive.

mode

Type: Integer

A numeric value that can be one of the following:

0 -- Enable tile

1 -- Disable tile

2 -- Set focus to tile

3 -- Select edit box contents

4 -- Flip image highlighting on or off

Return Values

Type: nil

Always returns nil.

Examples

N/A