Programmable Dialog Box Reference
From AutoCAD AutoLISP & Visual LISP
You can use attributes to work with dialog boxes.
This chapter lists and describes all the dialog control language (DCL) tiles and their associated attributes, and summarizes the Visual LISP® functions available for working with programmable dialog boxes.
Topics in this section
- Tile Attributes
- Synopsis of Predefined Attributes
- DCL Attribute Catalog
- action
- alignment
- allow_accept
- aspect_ratio
- big_increment
- children_alignment
- children_fixed_height
- children_fixed_width
- color
- edit_limit
- edit_width
- fixed_height
- fixed_width
- fixed_width_font
- height
- initial_focus
- is_bold
- is_cancel
- is_default
- is_enabled
- is_tab_stop
- key
- label
- layout
- list
- max_value
- min_value
- mnemonic
- multiple_select
- password_char
- small_increment
- tabs
- tab_truncate
- value
- width
- Functional Synopsis of DCL Tiles
- DCL Tile Catalog
- boxed_column
- boxed_radio_column
- boxed_radio_row
- boxed_row
- button
- column
- concatenation
- dialog
- edit_box
- errtile
- image
- image_button
- list_box
- ok_only
- ok_cancel
- ok_cancel_help
- ok_cancel_help_errtile
- ok_cancel_help_info
- paragraph
- popup_list
- radio_button
- radio_column
- radio_row
- row
- slider
- text
- text_part
- toggle
- spacer
- spacer_0
- spacer_1
- Programmable Dialog Box Function Synopsis